We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e76c6 commit d0a2a56Copy full SHA for d0a2a56
.github/workflows/build.yaml
@@ -43,6 +43,6 @@ jobs:
43
with:
44
token: ${{ secrets.GITHUB_TOKEN }}
45
branch: site
46
- folder: junit4/target/site/apidocs
+ folder: junit4/target/reports/apidocs
47
target-folder: docs/latest/
48
clean: true
.github/workflows/release.yaml
@@ -36,8 +36,8 @@ jobs:
36
- name: Deploy docs to website
37
uses: JamesIves/github-pages-deploy-action@v4
38
39
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
- BRANCH: site
41
- FOLDER: junit4/target/site/apidocs
42
- TARGET_FOLDER: docs/1.x/
- CLEAN: true
+ token: ${{ secrets.GITHUB_TOKEN }}
+ branch: site
+ target-folder: docs/1.x/
+ clean: true
0 commit comments