Skip to content

Commit 0395298

Browse files
committed
Fix build - maybe?
1 parent a4f8cfc commit 0395298

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 }}" --source /docs
47+
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" -d docs
4848
env:
4949
JEKYLL_ENV: production
5050
- name: Upload artifact

0 commit comments

Comments
 (0)