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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.x' python-version: '3.x'
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements_prod.txt pip install -r requirements_prod.txt
- name: Flush errors
run: make allerr
- name: Build docs - name: Build docs
run: make build run: make build
- name: Commit documentation changes - name: Commit documentation changes