Skip to content

Commit

Permalink
Try to fix docs deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Dec 16, 2024
1 parent 31d7982 commit ef39788
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/development'
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ${{runner.workspace}}/build-docs/sphinx/html
SINGLE_COMMIT: true
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: ${{runner.workspace}}/build-docs/sphinx/html
single-commit: true

0 comments on commit ef39788

Please sign in to comment.