Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
5d93a87f
Unverified
Commit
5d93a87f
authored
Jun 14, 2021
by
Matti Picus
Committed by
GitHub
Jun 14, 2021
Browse files
always run build_docs in CI (#4053)
parent
2786a124
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.circleci/config.yml
.circleci/config.yml
+1
-1
.circleci/regenerate.py
.circleci/regenerate.py
+1
-1
No files found.
.circleci/config.yml
View file @
5d93a87f
...
@@ -1432,7 +1432,7 @@ workflows:
...
@@ -1432,7 +1432,7 @@ workflows:
filters
:
filters
:
branches
:
branches
:
only
:
only
:
-
nightly
-
'
*'
tags
:
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
build_docs
name
:
build_docs
...
...
.circleci/regenerate.py
View file @
5d93a87f
...
@@ -57,7 +57,7 @@ def build_workflows(prefix='', filter_branch=None, upload=False, indentation=6,
...
@@ -57,7 +57,7 @@ def build_workflows(prefix='', filter_branch=None, upload=False, indentation=6,
if
not
filter_branch
:
if
not
filter_branch
:
# Build on every pull request, but upload only on nightly and tags
# Build on every pull request, but upload only on nightly and tags
w
+=
build_doc_job
(
'
nightly
'
)
w
+=
build_doc_job
(
'
*
'
)
w
+=
upload_doc_job
(
'nightly'
)
w
+=
upload_doc_job
(
'nightly'
)
return
indent
(
indentation
,
w
)
return
indent
(
indentation
,
w
)
...
...
Write
Preview
Markdown
is supported
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