Skip to content
Snippets Groups Projects
Unverified Commit 507d8670 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

add: try pages deployment

parent b5bfce35
No related branches found
No related tags found
1 merge request!25Add auto pages deployment
Pipeline #72777 passed
...@@ -80,7 +80,7 @@ pages: ...@@ -80,7 +80,7 @@ pages:
- cd ${QDS_CI_ARTIFACTS_PATH} - cd ${QDS_CI_ARTIFACTS_PATH}
- gem install bundler - gem install bundler
- bundle install - bundle install
- bundle exec jekyll build -d public - bundle exec jekyll build -d ${CI_PROJECT_DIR}/public
artifacts: artifacts:
paths: paths:
- ${QDS_CI_ARTIFACTS_PATH} - public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment