Skip to content

Commit 03e76c6

Browse files
committed
Attempt to fix github-pages-deploy-action by renaming parameters
1 parent 7442607 commit 03e76c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
if: ${{ github.ref == 'refs/heads/main' }}
4242
uses: JamesIves/github-pages-deploy-action@v4
4343
with:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
BRANCH: site
46-
FOLDER: junit4/target/site/apidocs
47-
TARGET_FOLDER: docs/latest/
48-
CLEAN: true
44+
token: ${{ secrets.GITHUB_TOKEN }}
45+
branch: site
46+
folder: junit4/target/site/apidocs
47+
target-folder: docs/latest/
48+
clean: true

0 commit comments

Comments
 (0)