Skip to content

Commit aecef38

Browse files
authored
Update jekyll-gh-pages.yml (#167)
Trying to fix url problem by removing --baseurl Related: actions/starter-workflows#1673
1 parent 63891c9 commit aecef38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

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

0 commit comments

Comments
 (0)