Skip to content

Commit

Permalink
Use github-actions as username for deployment
Browse files Browse the repository at this point in the history
Much nicer this way!
  • Loading branch information
pbelmans committed Aug 23, 2023
1 parent 6a5dd53 commit f9efa8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./github-deploy
publish_branch: build
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
# remove this option if you want to have all builds preserved in the build directory
force_orphan: true

0 comments on commit f9efa8d

Please sign in to comment.