mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-24 23:22:33 +01:00
Introduced submodule for Jekyll plugin.
Currently, we need to clone restructuredText renderer manually. There was also some brainsplit between readme file and the reality. It should be easier now, by using either --recurse-submodules for git clone or git submodule update --update.
This commit is contained in:
@@ -6,7 +6,7 @@ before_install:
|
||||
- sudo apt-get install python-pip -y
|
||||
- sudo pip install docutils pygments
|
||||
before_script:
|
||||
- git clone https://github.com/gryf/jekyll-rst _plugins/jekyll-rst
|
||||
- git submodule update --init
|
||||
install:
|
||||
- bundle install
|
||||
script: bundle exec jekyll build
|
||||
@@ -18,5 +18,3 @@ deploy:
|
||||
target_branch: master
|
||||
on:
|
||||
branch: source
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user