Skip to content

Commit

Permalink
Deploy from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Jul 25, 2023
1 parent b2fc710 commit 34d31a9
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 @@ -42,7 +42,7 @@ jobs:
uses: actions/configure-pages@v2
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}/docs"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit 34d31a9

Please sign in to comment.