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 fe98ada commit ac70eeeCopy full SHA for ac70eee
1 file changed
.github/workflows/docs.yml
@@ -39,6 +39,6 @@ jobs:
39
- name: Deploy documentation
40
uses: JamesIves/github-pages-deploy-action@4.1.5
41
with:
42
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
- BRANCH: gh-pages
44
- FOLDER: html/cyclonedx
+ branch: gh-pages
+ folder: html/cyclonedx
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments