Skip to content
Snippets Groups Projects
Verified Commit 17b7cdfc authored by Julien Wittouck's avatar Julien Wittouck
Browse files

:construction_worker: : build content in pipeline

parent 4afda6ba
Branches feature/task-build
No related tags found
No related merge requests found
Pipeline #48780 failed
pages: pages:
image: image:
name: alpine name: "ghcr.io/juwit/course-builder:main"
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
stage: deploy stage: deploy
rules: rules:
- if: $CI_COMMIT_REF_NAME == 'main' - if: $CI_COMMIT_REF_NAME == 'main'
script: script:
- task
- mkdir public - mkdir public
- cp -R index.html css images reveal w* public - cp -R index.html css images reveal w* public
artifacts: artifacts:
paths: paths:
- public - public
cache:
paths:
- .task/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment