We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61dcee4 commit 0738ae1Copy full SHA for 0738ae1
.github/workflows/release-docs.yml
@@ -24,7 +24,7 @@ jobs:
24
echo "GIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_STATE
25
26
- name: Push
27
- uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a
+ uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8
28
with:
29
branch: docs
30
commit-message: "${{ steps.doc_info.outputs.GIT_HASH }} docs (${{ github.event.release.tag_name || github.event.ref }})"
0 commit comments