Skip to content

Commit d816281

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 10ee44d + 8043ef5 commit d816281

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitlab-ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,14 @@ pages:
6767
only:
6868
- master
6969

70+
release-web:
71+
stage: publish
72+
script:
73+
- mv platforms/web/www www
74+
artifacts:
75+
untracked: true
76+
paths:
77+
- www
78+
only:
79+
- tags
80+

0 commit comments

Comments
 (0)