Skip to content

Commit

Permalink
Merge pull request #187 from 0Hughman0/0.3.x-doc-upgrade
Browse files Browse the repository at this point in the history
updated build docs action for 0.3.x
  • Loading branch information
0Hughman0 authored Oct 23, 2024
2 parents 8a3b61d + f067ec3 commit 5f0a34d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,19 @@ jobs:
with:
ref: 0.2.x
clean: false
- name: Build Docs
- name: Build 0.2.x Docs
run: |
poetry install --with docs
poetry run sphinx-build doc_src docs/0.2.x
- name: Checkout 0.3.x
uses: actions/checkout@v3
with:
ref: 0.3.x
clean: false
- 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
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 5f0a34d

Please sign in to comment.