Skip to content

Commit

Permalink
github: update workflow credentials and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed May 22, 2024
1 parent cf4b56e commit c700eee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Hyperbook
run: |
Expand All @@ -26,12 +26,12 @@ jobs:
echo "::set-output name=message::$(git log --format='Deploy %h %<|(50,trunc)%f' -1)"
- name: Push generated documentation to live branch
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.PUSH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: live
publish_dir: hyperbook/.hyperbook/out
user_name: "GitHub Publish Action"
user_name: "GitHub Publish Workflow"
user_email: info@software-challenge.de
full_commit_message: ${{steps.build.outputs.message}}

0 comments on commit c700eee

Please sign in to comment.