We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483c308 commit 946bffcCopy full SHA for 946bffc
.gitlab-ci.yml
@@ -0,0 +1,11 @@
1
+pages:
2
+ stage: deploy
3
+ script:
4
+ - mkdir .public
5
+ - cp -r docs/ .public
6
+ - mv .public public
7
+ artifacts:
8
+ paths:
9
+ - public
10
+ only:
11
+ - main
0 commit comments