Skip to content

Commit a643017

Browse files
authored
enable deployment (#205)
1 parent a28a93b commit a643017

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-to-gh-pages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
npm install
7474
npm run build
7575
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
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

0 commit comments

Comments
 (0)