Skip to content
Snippets Groups Projects
Commit 1c462a56 authored by Fabian Marquardt's avatar Fabian Marquardt
Browse files

Fix the CI config even more

parent 2533d56d
No related branches found
No related tags found
No related merge requests found
Pipeline #119523 passed
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdir .build - mkdir .public
- cp -r * .build - cp -r * .public
- mv .build public - mv .public public
artifacts: artifacts:
paths: paths:
- public - public
......
# WorkAdventure Map Starter Kit - Public Folder
In this directory you can put static files (audio files, PDFs, videos, images except tileset...) that you want to be present to the players.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment