Skip to content

Commit

Permalink
enable deployment (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarrajo authored Jan 3, 2025
1 parent a28a93b commit a643017
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
npm install
npm run build
# - 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
- 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 comments on commit a643017

Please sign in to comment.