Skip to content

Commit

Permalink
Merge pull request #132 from tsugumi-sys/fix/broken-mkdocs-release
Browse files Browse the repository at this point in the history
fix broken mkdocs release
  • Loading branch information
tsugumi-sys authored Jun 18, 2024
2 parents 02c690e + 98f95f2 commit d28841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-click 'mkdocstrings[python]'
- run: pip install mkdocs-material mkdocs-click 'mkdocstrings[python]' setuptools
- run: pip install -e . # install stocklake
- run: mkdocs gh-deploy --force

0 comments on commit d28841b

Please sign in to comment.