Skip to content

Commit 9ae7d78

Browse files
committed
Update installation of userscript-manager
1 parent 229000f commit 9ae7d78

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitlab-ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
default:
2+
image: "node:latest"
3+
4+
variables:
5+
GIT_SUBMODULE_STRATEGY: recursive
6+
7+
pages:
8+
script:
9+
- ./manage.sh publish
10+
pages: # specifies that this is a Pages job
11+
publish: dist
12+
artifacts:
13+
paths:
14+
- dist
15+
rules:
16+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
17+
environment: production

0 commit comments

Comments
 (0)