Skip to content

Commit eaef987

Browse files
committed
ci: update deploy doc step
1 parent 7c169e2 commit eaef987

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/doc-generator.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- name: Deploy 🚀
5252
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
5353
with:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
BRANCH: gh-pages # The branch the action should deploy to.
56-
FOLDER: website/build # The folder the action should deploy.
57-
CLEAN: true # Automatically remove deleted files from the deploy branch
54+
branch: gh-pages # The branch the action should deploy to.
55+
folder: website/build # The folder the action should deploy.
56+
clean: true # Automatically remove deleted files from the deploy branch

0 commit comments

Comments
 (0)