diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 7496e5b35..974b2c388 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@15de0f09300eea763baee31dff6c6184995c5f6a + uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 with: branch: docs commit-message: "${{ steps.doc_info.outputs.GIT_HASH }} docs (${{ github.event.release.tag_name || github.event.ref }})"