Added jekyll readme index plugin and added TOS and Disclaimer
This commit is contained in:
@@ -52,11 +52,6 @@ jobs:
|
||||
rvm use $RUBY_VERSION && ruby -v && gem -v
|
||||
gem install bundler jekyll webrick
|
||||
|
||||
- name: Prepare Jekyll Index
|
||||
run: |
|
||||
echo "---\nlayout: default\ntitle: Documentation\n---\n\n" > index.md
|
||||
cat README.md >> index.md
|
||||
|
||||
- name: Build with Jekyll
|
||||
run: |
|
||||
source /etc/profile.d/rvm.sh
|
||||
|
||||
Reference in New Issue
Block a user