Added jekyll readme index plugin and added TOS and Disclaimer

This commit is contained in:
2025-03-03 01:10:32 +01:00
parent b69ddcc91a
commit 8bc1633fa6
7 changed files with 109 additions and 5 deletions

View File

@@ -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