Skip to content

Commit

Permalink
build: use action sha version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jan 17, 2025
1 parent be022e6 commit 819c16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
exit 1
fi
# only main
- uses: s0/git-publish-subdir-action@v2.6.0
- uses: s0/git-publish-subdir-action@61eb9e6420447e7cbf010f7cce37103665c46bfa
if: github.ref == 'refs/heads/main'
with:
REPO: self
Expand All @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CLEAR_GLOBS_FILE: .github/.clear_pages_glob
# only tags
- uses: s0/git-publish-subdir-action@v2.6.0
- uses: s0/git-publish-subdir-action@61eb9e6420447e7cbf010f7cce37103665c46bfa
if: github.ref == 'refs/tags/*'
with:
REPO: self
Expand Down

0 comments on commit 819c16f

Please sign in to comment.