Skip to content

Commit

Permalink
automation: fix workflows for new documentation structure
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed May 16, 2024
1 parent 7667a8e commit d21d018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:

- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "echo furo >> documentation/website/requirements.txt"
docs-folder: "documentation/website"
pre-build-command: "echo furo >> documentation/requirements.txt"
docs-folder: "documentation"

- name: Deploy documents to GH pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: documentation/website/build/html
folder: documentation/_build/html


4 changes: 2 additions & 2 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:

- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "echo furo >> documentation/website/requirements.txt"
docs-folder: "documentation/website"
pre-build-command: "echo furo >> documentation/requirements.txt"
docs-folder: "documentation"

0 comments on commit d21d018

Please sign in to comment.