Skip to content

Commit

Permalink
Fixup the logic
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jun 19, 2024
1 parent 29d3a60 commit 23a0948
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to git to static pages
name: Publish to git (static pages)

permissions:
contents: none
Expand All @@ -18,10 +18,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
token: ${{ secrets.SUDO_BOT_TOKEN }}
# Already the default value, but so you understand the push command will have creds
persist-credentials: true
# Fetch all branches to have static-pages too
fetch-depth: 0
token: ${{ secrets.SUDO_BOT_TOKEN }}
# Already the default value, but so you understand the push command will have creds
persist-credentials: true
- name: Import GPG key
# v6.1.0 - 01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4
Expand Down

0 comments on commit 23a0948

Please sign in to comment.