Skip to content
Snippets Groups Projects
Commit 831e20bc authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Copy from target folder

parent ce44afd2
No related branches found
No related tags found
No related merge requests found
Pipeline #138355 passed
image: maven:3.8.2-adoptopenjdk-16 image: maven:3.8.2-adoptopenjdk-16
#before_script:
# - export GRADLE_USER_HOME=`pwd`/.gradle
#cache:
# paths:
# - .gradle/wrapper
# - .gradle/caches
build: build:
stage: build stage: build
script: script:
...@@ -16,8 +8,9 @@ build: ...@@ -16,8 +8,9 @@ build:
pages: pages:
script: script:
- mvn "-Dci=gitlab" process-resources - mvn "-Dci=gitlab" process-resources
- cp -r lectures/build/docs/* public - cp -r target/docs/* public
# - ls public/* public/*/* # only:
# - master
artifacts: artifacts:
paths: paths:
- public - public
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