Skip to content

Commit

Permalink
install mkdocs-material on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfcabral committed Mar 18, 2024
1 parent 355f244 commit 5ebb856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- run: pip install --upgrade pip && pip install mkdocs mkdocs-gen-files
- run: |
pip install --upgrade pip && pip install mkdocs mkdocs-material mkdocs-gen-files
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Publish docs
run: mkdocs gh-deploy

0 comments on commit 5ebb856

Please sign in to comment.