Merge branch 'OpenDroneMap:publish' into Saijin-Naib-265

pull/123/head
Saijin-Naib 2021-11-13 22:53:06 -05:00 zatwierdzone przez GitHub
commit df69c4a4b7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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