Skip to content

Commit

Permalink
Fixed mkdocs paths
Browse files Browse the repository at this point in the history
  • Loading branch information
0Hughman0 authored Oct 24, 2024
1 parent 809f895 commit eddcd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
rm -f poetry.lock
poetry install --with docs
poetry run mkdocs build -f=doc_src/mkdocs.yml -d=docs/0.3.x
poetry run mkdocs build -f doc_src/mkdocs.yml -d ../docs/0.3.x
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit eddcd75

Please sign in to comment.