Skip to content

Commit

Permalink
Merge pull request #120 from tsugumi-sys/feature/install-stocklake-fo…
Browse files Browse the repository at this point in the history
…r-build-mkdocs

Github Actions: Install stocklake when building docs
  • Loading branch information
tsugumi-sys authored Jun 2, 2024
2 parents cf97ffd + 3aeff45 commit 6fbb39a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-click 'mkdocstrings[python]'
- name: List root directory contents
run: ls .
- run: pip install -e . # install stocklake
- run: mkdocs gh-deploy --force

0 comments on commit 6fbb39a

Please sign in to comment.