Update build.yml

pull/123/head
Dan Joseph 2021-11-13 13:06:47 -05:00
rodzic a78a6104f3
commit c2e222edec
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -13,12 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_prod.txt
- name: Flush errors
run: make allerr
- name: Build docs
run: make build
- name: Commit documentation changes