From 5045b678c1eb91b92fb19adedbfc62a02fdeab2d Mon Sep 17 00:00:00 2001 From: tomcombriat Date: Thu, 5 Dec 2024 19:51:50 +0100 Subject: [PATCH] Corrected action after move --- .github/workflows/build-and-deploy-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-site.yml b/.github/workflows/build-and-deploy-site.yml index 2a4d66bdf..fa7487431 100644 --- a/.github/workflows/build-and-deploy-site.yml +++ b/.github/workflows/build-and-deploy-site.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 with: - working-directory: gh-pages + working-directory: extras/website 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