We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90af515 commit 1968e8eCopy full SHA for 1968e8e
.gitlab-ci.yml
@@ -0,0 +1,11 @@
1
+pages:
2
+ stage: deploy
3
+ script:
4
+ - mkdir .public
5
+ - cp -r * .public
6
+ - mv .public public
7
+ artifacts:
8
+ paths:
9
+ - public
10
+ only:
11
+ - master
0 commit comments