Skip to content
Snippets Groups Projects
Unverified Commit 63d08a94 authored by Martin Weise's avatar Martin Weise
Browse files

cache

parent fe36b340
No related branches found
No related tags found
No related merge requests found
Pipeline #2313 passed
cache:
paths:
- ./site
stages: stages:
- configure - configure
- build - build
...@@ -12,17 +16,11 @@ build-mkdocs: ...@@ -12,17 +16,11 @@ build-mkdocs:
stage: build stage: build
needs: needs:
- configure-certs - configure-certs
artifacts:
paths:
- ./site
expire_in: 10 minute
script: script:
- make build - make build
deploy-mkdocs: deploy-mkdocs:
stage: deploy stage: deploy
dependencies:
- build-mkdocs
needs: needs:
- build-mkdocs - build-mkdocs
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment