Skip to content

Commit

Permalink
environment does not propagate
Browse files Browse the repository at this point in the history
  • Loading branch information
HuStmpHrrr committed Sep 10, 2024
1 parent 4456f33 commit 12cf338
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
endGroup
script: |
startGroup "Build binary"
if [[ "$DOC" == 'true' ]]; then
if [[ "${{ env.DOC_DEPLOY }}" == 'true' ]]; then
make coqdoc
else
make
Expand All @@ -79,7 +79,6 @@ jobs:
env:
OPAMJOBS: ${{ steps.cpu-cores.outputs.count }}
OPAMYES: "true"
DOC: ${{ env.DOC_DEPLOY }}

- name: permissions revert
# to avoid a warning at cleanup time
Expand Down

0 comments on commit 12cf338

Please sign in to comment.