Skip to content

Commit

Permalink
ci(github): fix workflow build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Sep 29, 2024
1 parent ea7445e commit 3fa6d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Deploy
if: github.ref_name == 'master'
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
branch: gh-pages
folder: web
Expand Down

0 comments on commit 3fa6d1e

Please sign in to comment.