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