We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c169e2 commit eaef987Copy full SHA for eaef987
.github/workflows/doc-generator.yml
@@ -51,7 +51,6 @@ jobs:
51
- name: Deploy 🚀
52
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
53
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
+ branch: gh-pages # The branch the action should deploy to.
+ folder: website/build # The folder the action should deploy.
+ clean: true # Automatically remove deleted files from the deploy branch
0 commit comments