CI: enable build by build debugging

Also add other untracked files to build artifact.
This commit is contained in:
echtnurich 2023-11-03 23:49:18 +00:00 committed by jtbx
parent f826bcf7fe
commit 8ffc773367

View file

@ -16,6 +16,7 @@ build-website:
- sed -i "s#baseURL = 'https://hamburg.ccc.de/'#baseURL = 'https://next.hamburg.ccc.de/'#" hugo.toml - sed -i "s#baseURL = 'https://hamburg.ccc.de/'#baseURL = 'https://next.hamburg.ccc.de/'#" hugo.toml
- hugo - hugo
artifacts: artifacts:
untracked: true
expose_as: "website build" expose_as: "website build"
name: "website-build-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA" name: "website-build-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
paths: paths: