Skip to content

Commit

Permalink
Fix api doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Nov 23, 2023
1 parent a123ff8 commit 18b5ece
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/api-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: build/doc/html # The folder the action should deploy.
TARGET_FOLDER: doc/
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: build/doc/html # The folder the action should deploy.
target-folder: doc/

0 comments on commit 18b5ece

Please sign in to comment.