Skip to content

Commit 797e44a

Browse files
author
Luis Orta
committed
Try that
1 parent 78bdf90 commit 797e44a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
uses: actions/configure-pages@v5
4444
- name: Build with Jekyll
4545
# Outputs to the './_site' directory by default
46-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}/Web"
46+
working-directory: ./Web
47+
run: bundle exec jekyll build
4748
env:
4849
JEKYLL_ENV: production
4950
- name: Upload artifact

0 commit comments

Comments
 (0)