Skip to content

Add note from issue #7 #6

Add note from issue #7

Add note from issue #7 #6

Workflow file for this run

name: Check if building website works
on: [pull_request]
jobs:
check-build:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Build website
run: |
pip install beautifulsoup4 tqdm ruamel.yaml
python build.py