From 7fe8b7e9bdf8722fa4543d9cc6c807004a24f7eb Mon Sep 17 00:00:00 2001 From: Christoph Gutmann Date: Tue, 20 Feb 2024 16:21:58 +0100 Subject: [PATCH] pain of yaml --- .../azure-static-web-apps-ashy-stone-0a97fa003.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-ashy-stone-0a97fa003.yml b/.github/workflows/azure-static-web-apps-ashy-stone-0a97fa003.yml index 1baa031..6b02cd2 100644 --- a/.github/workflows/azure-static-web-apps-ashy-stone-0a97fa003.yml +++ b/.github/workflows/azure-static-web-apps-ashy-stone-0a97fa003.yml @@ -19,16 +19,16 @@ jobs: with: submodules: true lfs: false - - name: Setup Ruby + - name: Setup Ruby uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems - - name: Setup Pages + - name: Setup Pages id: pages uses: actions/configure-pages@v4 - - name: Build with Jekyll + - name: Build with Jekyll # Outputs to the './_site' directory by default run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: