Skip to content

Commit 57942c5

Browse files
committed
Fix build
1 parent 0395298 commit 57942c5

File tree

2 files changed

+1
-1
lines changed

2 files 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 }}" -d docs
47+
run: bundle exec jekyll build --source docs
4848
env:
4949
JEKYLL_ENV: production
5050
- name: Upload artifact

docs/_config.yaml docs/_config.yml

File renamed without changes.

0 commit comments

Comments
 (0)