Skip to content

Commit

Permalink
fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
danilobassi8 committed Jan 11, 2024
1 parent 3f70fb8 commit 39c098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: npm i && npm run build

- name: Deploy
uses: JamesIves/github-pages-deploy-actions@4.1.1
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages
folder: dist

0 comments on commit 39c098e

Please sign in to comment.