Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferjiangkells committed Jul 23, 2024
1 parent 0fb4a06 commit b0a98fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
- name: Build the documentation
run: |
pip install -r docs-requirements.txt
pip install ./
mkdocs build
4 changes: 3 additions & 1 deletion .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install -r docs-requirements.txt
- run: |
pip install -r docs-requirements.txt
pip install ./
- name: Build documentation
run: mkdocs gh-deploy --force

0 comments on commit b0a98fb

Please sign in to comment.