From 3675ea3d2d66ee3932afef291e9df0f18b81e701 Mon Sep 17 00:00:00 2001 From: c1ly Date: Fri, 18 Oct 2024 15:56:29 -0700 Subject: [PATCH] change working-directory --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 669118c..cfdd4ef 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - working-directory: '${{ github.workspace }}/pages' + working-directory: './pages' ruby-version: '3.3' # 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