fix: s/master/main

main
Henrik Böving 2023-01-02 10:07:10 +01:00
parent 247dca1182
commit 8ac4e35587
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
DOC_GEN_REF: ${{ github.event.pull_request.head.sha }} DOC_GEN_REF: ${{ github.event.pull_request.head.sha }}
- name: generate and deploy docs (main only) - name: generate and deploy docs (main only)
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.repository == 'leanprover/doc-gen4' && github.ref_name == 'master' if: (github.event_name == 'push' || github.event_name == 'schedule') && github.repository == 'leanprover/doc-gen4' && github.ref_name == 'main'
run: | run: |
cd ../ cd ../
./doc-gen4/deploy_docs.sh "mathlib4" "doc-gen4" "true" "LeanInk" ./doc-gen4/deploy_docs.sh "mathlib4" "doc-gen4" "true" "LeanInk"