Skip to content
Snippets Groups Projects
Commit eead13a6 authored by Dominic Oliver Koschitzki's avatar Dominic Oliver Koschitzki
Browse files

adapt folder structure

parent 808364fa
No related branches found
No related tags found
No related merge requests found
...@@ -20,13 +20,13 @@ default: ...@@ -20,13 +20,13 @@ default:
before_script: before_script:
- apk add --update --no-cache git go - apk add --update --no-cache git go
- git submodule update --init --recursive - git submodule update --init --recursive
- cd ./fachschaft - cd fachschaft
- hugo mod init gitlab.com/pages/hugo - hugo mod init gitlab.com/pages/hugo
- hugo mod get -u github.com/adityatelange/hugo-PaperMod - hugo mod get -u github.com/adityatelange/hugo-PaperMod
test: test:
before_script: before_script:
- cd ./fachschaft - cd fachschaft
script: script:
- hugo - hugo
rules: rules:
...@@ -34,9 +34,11 @@ test: ...@@ -34,9 +34,11 @@ test:
pages: pages:
before_script: before_script:
- cd ./fachschaft - cd fachschaft
script: script:
- hugo - hugo
after_script:
- mv fachschaft/public public
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment