We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ffd3b commit 705f8a1Copy full SHA for 705f8a1
.github/workflows/jekyll.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: actions/configure-pages@v5
54
- name: Build with Jekyll
55
# Outputs to the './_site' directory by default
56
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+ run: bundle exec jekyll build
57
env:
58
JEKYLL_ENV: production
59
- name: Upload artifact
0 commit comments