Skip to content
Snippets Groups Projects
Commit d4bfafe0 authored by Janita Lillevik Røyseth's avatar Janita Lillevik Røyseth
Browse files

Update .gitlab-ci.yml

parent 239683a2
No related branches found
No related tags found
No related merge requests found
......@@ -22,15 +22,3 @@ generatepdf:
only:
- web # Only web gjør at vi kun kjører denne delen av pipeline når en trykker på knappen "Run pipeline"
pages:
stage: deploy
script:
- mkdir .public
- cp -r javadoc/* .public
- mv .public public
artifacts:
paths:
- public
only:
- 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