diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 722eb4aaa..e06af0f53 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -24,7 +24,7 @@ jobs: echo "GIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_STATE - name: Push - uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 + uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a with: branch: docs commit-message: "${{ steps.doc_info.outputs.GIT_HASH }} docs (${{ github.event.release.tag_name || github.event.ref }})"