Documentation, standarization, etc. #18

Merged
Mergul merged 5 commits from Demos into master 2021-03-02 21:42:29 +01:00
Showing only changes of commit c69d58ed69 - Show all commits

View file

@ -90,12 +90,14 @@ emscripten:
pages:
stage: deploy
image: frolvlad/alpine-glibc
dependencies:
- build_emscripten
script:
- mkdir public
- cp -r wasm/* public/
- cp -r build/public/* public/
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
- if: '$CI_COMMIT_BRANCH == "master"'
when: always
artifacts:
expire_in: 1h