Skip to content

Commit ac70eee

Browse files
committed
doc: bumped gh-action for publishing docs
Signed-off-by: Paul Horton <[email protected]>
1 parent fe98ada commit ac70eee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- name: Deploy documentation
4040
uses: JamesIves/[email protected]
4141
with:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
BRANCH: gh-pages
44-
FOLDER: html/cyclonedx
42+
branch: gh-pages
43+
folder: html/cyclonedx
44+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)