Skip to content

Commit d0a2a56

Browse files
committed
Attempt to fix github-pages-deploy-action by updating src directory
1 parent 03e76c6 commit d0a2a56

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
with:
4444
token: ${{ secrets.GITHUB_TOKEN }}
4545
branch: site
46-
folder: junit4/target/site/apidocs
46+
folder: junit4/target/reports/apidocs
4747
target-folder: docs/latest/
4848
clean: true

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Deploy docs to website
3737
uses: JamesIves/github-pages-deploy-action@v4
3838
with:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
BRANCH: site
41-
FOLDER: junit4/target/site/apidocs
42-
TARGET_FOLDER: docs/1.x/
43-
CLEAN: true
39+
token: ${{ secrets.GITHUB_TOKEN }}
40+
branch: site
41+
folder: junit4/target/reports/apidocs
42+
target-folder: docs/1.x/
43+
clean: true

0 commit comments

Comments
 (0)