diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f368a87..2d39cbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,4 +45,4 @@ jobs: ./doc-gen4/deploy_docs.sh "mathlib4" "doc-gen4" "true" "LeanInk" env: MATHLIB4_DOCS_KEY: ${{ secrets.MATHLIB4_DOCS_KEY }} - DOC_GEN_REF: "main" + DOC_GEN_REF: ${{ github.sha }}