Skip to content

Commit

Permalink
💚 fix(ci): use v4.6.6 of github-pages-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
draptik committed Sep 28, 2024
1 parent f33fbc3 commit 54ab521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-seneca24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
npm run build -- --base '/${{ env.TARGET_REPO_NAME }}/'
- name: Deploy to target repository
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.6
with:
single-commit: true
folder: ${{ env.PRESENTATION_FOLDER }}/dist # The folder the action should deploy
Expand Down

0 comments on commit 54ab521

Please sign in to comment.