We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df2f13 commit 790edc1Copy full SHA for 790edc1
.gitlab-ci.yml
@@ -1,7 +1,8 @@
1
pages:
2
stage: deploy
3
script:
4
- - bundle exec jekyll build -d public
+ - mkdir public
5
+ - cp -r index.html images javascripts shells params.json stylesheets public
6
artifacts:
7
paths:
8
- public
0 commit comments