Reverted to previous commit

This commit is contained in:
NovaRain
2026-06-17 09:55:05 +08:00
parent ed85d0920b
commit 85624adb20
2 changed files with 5 additions and 8 deletions
+2 -8
View File
@@ -17,15 +17,9 @@ jobs:
with:
python-version: '3.x'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
working-directory: docs
- name: Install Python dependencies
- name: Install dependencies
run: |
sudo apt update && sudo apt -y -qq install bundler python3-pip
pip3 install ruamel.yaml --user
- name: Build
+3
View File
@@ -10,4 +10,7 @@ cd "$site_dir"
mkdir -p "$pages_dir"
./yaml_to_md.py "$yml_dir/functions.yml" "$yml_dir/hooks.yml" "$pages_dir"
bundle config set --local path 'vendor/bundle'
bundle update github-pages
bundle install
bundle exec jekyll build