Skip to content

Commit

Permalink
Update publish.yml Trying to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDiver authored Nov 11, 2024
1 parent e37de38 commit 945023b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
with:
name: build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN : ${{ github.token }}
BRANCH: gh-pages
FOLDER: build
SINGLE_COMMIT: true
branch: gh-pages
folder: build
single-commit: true

0 comments on commit 945023b

Please sign in to comment.