diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 48a71ae..c902ca7 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -37,7 +37,6 @@ jobs: 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 - working-directory: docs - name: Setup Pages id: pages uses: actions/configure-pages@v5