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 a28a93b commit a643017Copy full SHA for a643017
.github/workflows/publish-to-gh-pages.yml
@@ -73,9 +73,9 @@ jobs:
73
npm install
74
npm run build
75
76
- # - name: Deploy 🚀
77
- # uses: JamesIves/github-pages-deploy-action@v4
78
- # with:
79
- # branch: gh-pages # The branch the action should deploy to.
80
- # folder: build # The folder the action should deploy.
81
- # clean: true # Automatically remove deleted files from the deploy branch
+ - name: Deploy 🚀
+ uses: JamesIves/github-pages-deploy-action@v4
+ with:
+ branch: gh-pages # The branch the action should deploy to.
+ folder: build # The folder the action should deploy.
+ clean: true # Automatically remove deleted files from the deploy branch
0 commit comments