Forked from
FS Info TU Dortmund / Events / WorkAdventure Dialogs
53 commits behind the upstream repository.
-
Jonas Zohren authoredJonas Zohren authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 167 B
pages:
needs: []
image: node:14-alpine
stage: deploy
script:
- npm install
- npm run build
artifacts:
paths:
- public
only:
- master