Skip to content

Commit ff8d998

Browse files
author
Divya Bhushan
authored
Merge branch 'master' into pythonsdk-update
2 parents a0a8b33 + 204e4de commit ff8d998

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: docker.art.code.pan.run/build-tools--image-node:16.ep1
1+
image: docker.art.code.pan.run/build-tools--image-node:cee4eae3
22

33
cache:
44
paths:
@@ -14,7 +14,7 @@ pages:
1414
- echo "$GL_PAGES_URL"
1515
- echo "$GL_PAGES_BASE_URL"
1616
- yarn install
17-
- yarn run build
17+
- yarn run build-github
1818
- mv build public
1919
artifacts:
2020
paths:
@@ -33,7 +33,7 @@ pages:
3333
stage: 📦 publish
3434
script:
3535
- yarn install
36-
- yarn run build
36+
- yarn run build-github
3737
- mv build public
3838
artifacts:
3939
paths:

0 commit comments

Comments
 (0)