Skip to content

Commit

Permalink
fix(docs): fixes mkdocs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanumr committed Jul 19, 2021
1 parent 4750583 commit c98d9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-material mkdocs-macros-plugin
- run: mkdir site && cp -r demos/ site/
- run: mkdocs gh-deploy --force --dirty

0 comments on commit c98d9b3

Please sign in to comment.