Skip to content

Commit a4f8cfc

Browse files
committed
Fix build
1 parent 3e1a920 commit a4f8cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/configure-pages@v5
4545
- name: Build with Jekyll
4646
# Outputs to the './_site' directory by default
47-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}/tree/main/docs"
47+
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --source /docs
4848
env:
4949
JEKYLL_ENV: production
5050
- name: Upload artifact

0 commit comments

Comments
 (0)