Skip to content

Commit

Permalink
Merge pull request #47 from SamiJohannes/workflow-deploy-fix2
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
SamiJohannes authored Nov 15, 2024
2 parents 76b22e7 + c54be53 commit d57f309
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 @@ -30,6 +30,6 @@ jobs:

# Step 5: Deploy to GitHub Pages
- name: Deploy to GitHub Pages
run: npm run deploy
run: npm run deploy -- -u "github-actions-bot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d57f309

Please sign in to comment.