updated yml file
This commit is contained in:
@@ -24,5 +24,24 @@ pages:
|
|||||||
- "mkdocs.yml"
|
- "mkdocs.yml"
|
||||||
- ".gitmodules"
|
- ".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:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
Reference in New Issue
Block a user