fix workflows
Some checks failed
Build and Deploy / build (push) Failing after 10m40s

This commit is contained in:
2025-10-25 02:13:06 +02:00
parent 32a14521c8
commit 4abf00758f

View File

@@ -35,14 +35,11 @@ jobs:
# If using the 'assets' git submodule from Chirpy Starter, uncomment above # If using the 'assets' git submodule from Chirpy Starter, uncomment above
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets) # (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
#- name: Setup Ruby - name: Setup Ruby
# uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
# with: with:
# ruby-version: 3.3 ruby-version: 3.3
# bundler-cache: true bundler-cache: true
- name: Use system Ruby
run: |
ruby -v || sudo apt update && sudo apt install -y ruby-full
- name: Build site - name: Build site
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}" run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"