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

@ -19,6 +19,8 @@ jobs:
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