Skip to content

Update 01_policies.md #73

Update 01_policies.md

Update 01_policies.md #73

Workflow file for this run

# This action tries to build the webpage
name: Test webpage build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec jekyll build