Skip to content

Commit 04b4a72

Browse files
committed
fix) github actions use src/ dir
1 parent cc056be commit 04b4a72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
id: pages
4545
uses: actions/configure-pages@v5
4646
- name: Build with Jekyll
47-
# Outputs to the './_site' directory by default
48-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
47+
run: bundle exec jekyll build --source src --destination ./_site --baseurl "${{ steps.pages.outputs.base_path }}"
4948
env:
5049
JEKYLL_ENV: production
5150
- name: Upload artifact

0 commit comments

Comments
 (0)