Skip to content
Snippets Groups Projects
Commit 6117c3e4 authored by Ralf Jung's avatar Ralf Jung
Browse files

only publish docs from master

parent edeb162c
Branches
Tags
No related merge requests found
Pipeline #
...@@ -21,7 +21,7 @@ variables: ...@@ -21,7 +21,7 @@ variables:
- 'if fgrep Axiom build-log.txt >/dev/null; then exit 1; fi' - 'if fgrep Axiom build-log.txt >/dev/null; then exit 1; fi'
- 'cat build-log.txt | egrep "[a-zA-Z0-9_/-]+ \((real|user): [0-9]" | tee build-time.txt' - 'cat build-log.txt | egrep "[a-zA-Z0-9_/-]+ \((real|user): [0-9]" | tee build-time.txt'
# maybe generate and upload doc (has to be in this job as we need coq installed) # maybe generate and upload doc (has to be in this job as we need coq installed)
- 'if [[ -n "$DOCDIR" ]]; then build/coqdoc; fi' - 'if [[ -n "$DOCDIR" && "$CI_COMMIT_REF_NAME" == master ]]; then build/coqdoc; fi'
cache: cache:
key: "$CI_JOB_NAME" key: "$CI_JOB_NAME"
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment