Skip to content

Commit

Permalink
Fix broken CI "Deploy" script (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Jun 7, 2024
1 parent 7252394 commit bc78010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm run build

- name: Deploy 馃殌
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
BRANCH: main # The branch the action should deploy to.
FOLDER: . # The folder the action should deploy.
Expand Down

0 comments on commit bc78010

Please sign in to comment.