Skip to content

Commit

Permalink
Merge pull request #515 from Avdan-OS/dependabot/github_actions/James…
Browse files Browse the repository at this point in the history
…Ives/github-pages-deploy-action-4.6.8

Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8
  • Loading branch information
akaneboy authored Oct 17, 2024
2 parents 0704efd + e9861e3 commit 435d94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache-dependency-path: "**/package-lock.json" # THIS PATTERN did the trick for me.
- run: npm install && npx next build && touch out/.nojekyll
- name: Deploy 🚀
uses: JamesIves/[email protected].4
uses: JamesIves/[email protected].8
with:
folder: src/out
branch: main # The branch the action should deploy to.

0 comments on commit 435d94f

Please sign in to comment.