Skip to content

Commit 300a782

Browse files
RosemaryOrchardDom-TC
authored andcommitted
Use the default build destination
1 parent b58357f commit 300a782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/configure-pages@v5
4646
- name: Build with Jekyll
4747
# Outputs to the './_site' directory by default
48-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
48+
run: bundle exec jekyll build
4949
env:
5050
JEKYLL_ENV: production
5151
- name: Upload artifact

0 commit comments

Comments
 (0)