Skip to content

Commit

Permalink
Install apt repos
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Oct 16, 2020
1 parent b4d3163 commit 340dd8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
with:
python-version: 3.x
- name: Install Packages
run: pip install mkdocs mkdocs-material pymdown-extensions
run: |
sudo apt install -y git openssh-client
pip install mkdocs mkdocs-material pymdown-extensions
- name: Run MkDocs
run: mkdocs gh-deploy -v -c -m "📚 Update docs"
working-directory: documentation

0 comments on commit 340dd8c

Please sign in to comment.