diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 0dfe0d4..34c61d0 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -33,16 +33,17 @@ jobs: GEM_REPO: "https://rubygems.org" with: ruby-version: '3.1' - bundler-cache: true working-directory: docs - name: Setup Pages uses: actions/configure-pages@v4 - name: Build with Jekyll - run: bundle exec jekyll build --source docs + run: cd docs && bundle exec jekyll build env: JEKYLL_ENV: production - name: Upload artifact uses: actions/upload-pages-artifact@v3 + with: + path: docs/_site/ deploy: runs-on: ubuntu-latest