Skip to content
Snippets Groups Projects
Commit d5147de6 authored by Paula Sielhorst's avatar Paula Sielhorst
Browse files

Generate gitlab pages for artemis

parent faa9cfe7
No related branches found
No related tags found
No related merge requests found
Deploy Artemis Simulation:
image: alpine:3.21.0
script:
- mkdir .public
- cp -r artemis-simulation.html .public/index.html
- mv .public public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
pages: true
\ No newline at end of file
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