From 4abf00758fbf98ca4c5a16923b04bf7983dbd749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Z=C3=A1le=C5=A1=C3=A1k?= Date: Sat, 25 Oct 2025 02:13:06 +0200 Subject: [PATCH] fix workflows --- .gitea/workflows/pages-deploy.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/pages-deploy.yml b/.gitea/workflows/pages-deploy.yml index 8d05365..dfa4e31 100644 --- a/.gitea/workflows/pages-deploy.yml +++ b/.gitea/workflows/pages-deploy.yml @@ -35,14 +35,11 @@ jobs: # If using the 'assets' git submodule from Chirpy Starter, uncomment above # (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets) - #- name: Setup Ruby - # uses: ruby/setup-ruby@v1 - # with: - # ruby-version: 3.3 - # bundler-cache: true - - name: Use system Ruby - run: | - ruby -v || sudo apt update && sudo apt install -y ruby-full + - name: Setup Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.3 + bundler-cache: true - name: Build site run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"