[ci] attempt to deply images folder

This commit is contained in:
thibaud keller 2024-08-28 17:17:01 +01:00
parent 41c09148b5
commit da6c6b3830
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,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 public - mv build images public
artifacts: artifacts:
paths: paths:
- public - public

View file