Skip to content

Commit

Permalink
Set pages build working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
devodo committed Dec 19, 2022
1 parent e353d24 commit cbf0236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v1
- run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site'
- run: bundle exec jekyll build --source ./docs/ --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site'
- name: Upload artifact
uses: actions/upload-pages-artifact@v1 # This will automatically upload an artifact from the '/_site' directory

Expand Down

0 comments on commit cbf0236

Please sign in to comment.