Skip to content

Commit

Permalink
Attempt to fix github-pages-deploy-action by renaming parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
nymanjens committed Aug 29, 2024
1 parent 7442607 commit 03e76c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: site
FOLDER: junit4/target/site/apidocs
TARGET_FOLDER: docs/latest/
CLEAN: true
token: ${{ secrets.GITHUB_TOKEN }}
branch: site
folder: junit4/target/site/apidocs
target-folder: docs/latest/
clean: true

0 comments on commit 03e76c6

Please sign in to comment.