Skip to content

Commit

Permalink
Pinned sha version of external action used in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valdar authored Nov 19, 2024
1 parent eb7066b commit ae6b8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: echo "Time ${{ steps.adocbuild.outputs.time }}"

- name: Deploy docs to ghpages
uses: peaceiris/actions-gh-pages@v4
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./public/
publish_dir: ./public/

0 comments on commit ae6b8c3

Please sign in to comment.