We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc056be commit 04b4a72Copy full SHA for 04b4a72
.github/workflows/jekyll.yml
@@ -44,8 +44,7 @@ jobs:
44
id: pages
45
uses: actions/configure-pages@v5
46
- name: Build with Jekyll
47
- # Outputs to the './_site' directory by default
48
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+ run: bundle exec jekyll build --source src --destination ./_site --baseurl "${{ steps.pages.outputs.base_path }}"
49
env:
50
JEKYLL_ENV: production
51
- name: Upload artifact
0 commit comments