Skip to content

Commit

Permalink
Merge pull request #214 from 0Hughman0/docs
Browse files Browse the repository at this point in the history
no equals args for mkdocs
  • Loading branch information
0Hughman0 authored Nov 4, 2024
2 parents f7bf4c1 + 239c0b4 commit 2b42900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build Main Docs
run: |
poetry install --with docs
poetry run mkdocs build -f=doc_src/mkdocs.yml -d=docs/latest
poetry run mkdocs build -f doc_src/mkdocs.yml -d docs/latest
- name: Checkout 0.1.x
uses: actions/checkout@v3
with:
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Build Docs 0.3.x
run: |
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 2b42900

Please sign in to comment.