1
0
Fork 0

Update main.yml

master
lmoretti96 4 years ago committed by GitHub
parent c6150f46d8
commit 489d7b0550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f doc-requirements.txt ]; then pip install -r doc-requirements.txt; fi
- name: Build html
run: |
cd ./docs-out