[ci] attempt to publish images

This commit is contained in:
thibaud keller 2024-08-28 17:30:58 +01:00
parent da6c6b3830
commit 4b4b43a19e
2 changed files with 36 additions and 1 deletions

View file

@ -12,6 +12,7 @@ generate-deck:
entrypoint: [""] entrypoint: [""]
script : script :
- mkdir build/ - mkdir build/
- cp -r images build
- export MARP_USER="$(id -u):$(id -g)" - export MARP_USER="$(id -u):$(id -g)"
- /home/marp/.cli/docker-entrypoint -I . -o build/ - /home/marp/.cli/docker-entrypoint -I . -o build/
artifacts: artifacts:
@ -22,7 +23,7 @@ pages:
stage: deploy stage: deploy
script: script:
# Nothing to do, as we just need to publish the build/ dir # Nothing to do, as we just need to publish the build/ dir
- mv build images public - mv build public
artifacts: artifacts:
paths: paths:
- public - public

34
README.html Normal file

File diff suppressed because one or more lines are too long