Skip to content
Snippets Groups Projects
Commit 846e8074 authored by Fabian Gabel's avatar Fabian Gabel
Browse files

Merge branch '13-fix-deployment-of-website-on-dev-branch' into 'dev'

Resolve "fix deployment of website on dev branch"

Closes #13

See merge request fabiangabel/research-topics-mat-tuhh!39
parents d55c9515 4d5ace2e
No related branches found
No related tags found
2 merge requests!40adapt links, add further topics and fix pipeline job for deployment,!39Resolve "fix deployment of website on dev branch"
Pipeline #104213 passed
......@@ -22,7 +22,7 @@ testing:
paths:
- testing/*.log
# deploy static webpage
# build static webpage
build-static:
stage: build
allow_failure: false
......@@ -49,4 +49,4 @@ pages:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
- if: $CI_COMMIT_BRANCH == 'master'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment