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