Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tissue Research JKU
Tissue Research Doc
Commits
b096b895
Commit
b096b895
authored
Apr 12, 2022
by
Sabina Köfler
Browse files
Merge branch 'main' of
https://gitlab.servus.at/tissue/tissue-research-doc
into main
parents
e2d74a05
31f4f0f0
Pipeline
#1807
passed with stage
in 2 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b096b895
...
...
@@ -19,7 +19,19 @@ test:
-
branches
# this job will affect every branch except 'master'
except
:
-
main
# pdf:
# stage: build
# script:
# - gitbook pdf . ${CI_PROJECT_NAME}.pdf # pdf build
# artifacts:
# paths:
# - ${CI_PROJECT_NAME}.pdf
# expire_in: 1 day
# only:
# - main # this job will affect only the 'master' branch
# the 'pages' job will deploy and build your site to the 'public' path
pages
:
stage
:
deploy
...
...
@@ -30,4 +42,4 @@ pages:
-
public
expire_in
:
1 week
only
:
-
main
# this job will affect only the 'main' branch
-
main
# this job will affect only the 'main' branch
\ No newline at end of file
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