diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index c1e32c1..8ab91de 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -45,7 +45,7 @@ jobs: bundler-cache: true - name: Build site - run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}" + run: bundle exec jekyll b -d "docs/_site${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: "production" @@ -58,7 +58,7 @@ jobs: - name: Upload site artifact uses: actions/upload-pages-artifact@v1 with: - path: "_site${{ steps.pages.outputs.base_path }}" + path: "docs/_site${{ steps.pages.outputs.base_path }}" deploy: environment: