We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1a920 commit a4f8cfcCopy full SHA for a4f8cfc
.github/workflows/jekyll.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/configure-pages@v5
45
- name: Build with Jekyll
46
# Outputs to the './_site' directory by default
47
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}/tree/main/docs"
+ run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --source /docs
48
env:
49
JEKYLL_ENV: production
50
- name: Upload artifact
0 commit comments