Skip to content

Commit 790edc1

Browse files
committed
Fix pages job
1 parent 0df2f13 commit 790edc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pages:
22
stage: deploy
33
script:
4-
- bundle exec jekyll build -d public
4+
- mkdir public
5+
- cp -r index.html images javascripts shells params.json stylesheets public
56
artifacts:
67
paths:
78
- public

0 commit comments

Comments
 (0)