Skip to content

Commit

Permalink
🎨 update mkdocs action template
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Nov 10, 2023
1 parent bd940f1 commit 10c7d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion write_the/commands/mkdocs/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
with:
key: ${{ github.ref }}
path: .cache
- run: pip install "mkdocstrings[python]" "mkdocs-material"
- run: pip install "mkdocstrings==0.22.0" "mkdocstrings-python==1.3.*" "mkdocs-material"
- run: mkdocs gh-deploy --force
"""

0 comments on commit 10c7d64

Please sign in to comment.