updated yml file

This commit is contained in:
sam
2023-11-24 12:13:47 +01:00
parent 4c6033c055
commit 2989372f8b

View File

@@ -24,5 +24,24 @@ pages:
- "mkdocs.yml"
- ".gitmodules"
game:
stage: deploy
tags:
- hva
script:
- time cp -rf web public
- time cp -rf webdev public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes:
- web/**/*"
- "webdev/**/*"
- ".gitmodules"
variables:
GIT_SUBMODULE_STRATEGY: recursive