mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-08 00:02:42 -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
|
./spec.sh ruby 2.5
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public/
|
|
||||||
- www/coverage/
|
- www/coverage/
|
||||||
- www/rdoc/
|
- www/rdoc/
|
||||||
|
- www/public/
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
dependencies:
|
dependencies:
|
||||||
- test_ruby25
|
- test_ruby25
|
||||||
script:
|
script:
|
||||||
|
- mv www/public .
|
||||||
- mv www/coverage public/
|
- mv www/coverage public/
|
||||||
- mv www/rdoc/ public/
|
- mv www/rdoc/ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -6,6 +6,6 @@ cd /home && touch Gemfile.lock && \
|
|||||||
bundle install && \
|
bundle install && \
|
||||||
bundle exec rake test:ci && \
|
bundle exec rake test:ci && \
|
||||||
cd www && bundle install && \
|
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