ci: Update main.yml

This commit is contained in:
Michael Currin
2020-10-17 16:45:02 +02:00
parent 35ce122bd8
commit 953967dda8

View File

@@ -17,9 +17,7 @@ jobs:
uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
run: make install
- name: Build and deploy
run: mkdocs gh-deploy --strict