Skip to content

Commit

Permalink
disable keep-alive step
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Dec 20, 2023
1 parent 6f32168 commit 3fdc73a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
id: deployment
uses: actions/deploy-pages@f27bcc15848fdcdcc02f01754eb838e44bcf389b # v1.2.9

- name: Keep workflow alive
uses: gautamkrishnar/keepalive-workflow@790c7f09285a59b09bb578c85e271c6ff2af97c4 # v1.1.0
with:
commit_message: 'keep alive'
committer_username: 'GitHub Action'
committer_email: 'action@users.noreply.github.com'
gh_token: '${{ secrets.GITHUB_TOKEN }}'
# - name: Keep workflow alive
# uses: gautamkrishnar/keepalive-workflow@790c7f09285a59b09bb578c85e271c6ff2af97c4 # v1.1.0
# with:
# commit_message: 'keep alive'
# committer_username: 'GitHub Action'
# committer_email: 'action@users.noreply.github.com'
# gh_token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 3fdc73a

Please sign in to comment.