Skip to content

Commit

Permalink
Merge pull request #124 from sudlab/ns-rse/mkdoc-deploy-install-depen…
Browse files Browse the repository at this point in the history
…dencies

ci: Install package and dependencies in mkdocs workflow
  • Loading branch information
ns-rse authored Dec 19, 2024
2 parents c2dd5cf + 85d4b21 commit 06a83ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/mkdocs-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ jobs:
- name: Checkout master
uses: actions/checkout@v1

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Install package and dependencies
run: |
pip3 install .[docs]
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
Expand Down

0 comments on commit 06a83ab

Please sign in to comment.