mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
building jekyll output to local public
This commit is contained in:
parent
378cf0ebab
commit
072e5cd4c4
@ -37,15 +37,16 @@ test_ruby25:
|
||||
./spec.sh ruby 2.5
|
||||
artifacts:
|
||||
paths:
|
||||
- public/
|
||||
- www/coverage/
|
||||
- www/rdoc/
|
||||
- www/public/
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- test_ruby25
|
||||
script:
|
||||
- mv www/public .
|
||||
- mv www/coverage public/
|
||||
- mv www/rdoc/ public/
|
||||
artifacts:
|
||||
|
@ -6,6 +6,6 @@ cd /home && touch Gemfile.lock && \
|
||||
bundle install && \
|
||||
bundle exec rake test:ci && \
|
||||
cd www && bundle install && \
|
||||
bundle exec jekyll build -d ../public
|
||||
bundle exec jekyll build -d public
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user