Skip to content

Commit b02555d

Browse files
committed
Fix baseurl value leading to double-ups of the repo path
1 parent c598757 commit b02555d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
bundler-cache: true
2525
cache-version: 0 # Increment this number if you need to re-download cached gems
2626
- run: bundle install
27-
- run: bundle exec jekyll build --baseurl thymeleaf-layout-dialect
27+
- run: bundle exec jekyll build --baseurl ''
2828
- uses: actions/upload-pages-artifact@v3
2929
with:
3030
path: './thymeleaf-layout-dialect-docs/_site'

0 commit comments

Comments
 (0)