Skip to content

Commit

Permalink
Setup needs prepending with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kautlenbachs committed Dec 4, 2023
1 parent 5312d76 commit d6cfe51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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:
Expand Down

0 comments on commit d6cfe51

Please sign in to comment.