Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
finesse
finesse3
Commits
324c206a
Commit
324c206a
authored
May 27, 2021
by
Sean Leavey
Browse files
Deploy docs only on pushes to develop
As discussed in the telecon
parent
5363d6e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
324c206a
...
...
@@ -246,7 +246,7 @@ docs/pdf:
# Deploy stage #
################
# Publish the documentation only for changes to
master
, and only when all tests pass.
# Publish the documentation only for changes to
develop
, and only when all tests pass.
#
# Useful reading:
# https://git.ligo.org/lscsoft/example-ci-project/wikis/automatically-produce-documentation
...
...
@@ -257,7 +257,7 @@ pages:
-
job
:
docs/html
only
:
refs
:
-
master
-
develop
script
:
-
mv docs/build/html public
artifacts
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment