Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed May 13, 2024
1 parent a3793d1 commit b9e1001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- uses: "actions/setup-python@v5"
with:
python-version: "3.x"
- run: "python -m pip install --upgrade mkdocs-material mkdocstrings"
- run: "python -m pip install --upgrade mkdocs-material mkdocstrings[python]"
- run: "mkdocs gh-deploy --force"
on:
push:
Expand Down

0 comments on commit b9e1001

Please sign in to comment.