Skip to content

Commit cea47e6

Browse files
committed
ci: remove baseurl from workflow
1 parent 4c2eb4e commit cea47e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

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

0 commit comments

Comments
 (0)