Skip to content

Commit 946bffc

Browse files
committed
chore: add ci
1 parent 483c308 commit 946bffc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitlab-ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)