We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c598757 commit b02555dCopy full SHA for b02555d
1 file changed
.github/workflows/publish-docs.yml
@@ -24,7 +24,7 @@ jobs:
24
bundler-cache: true
25
cache-version: 0 # Increment this number if you need to re-download cached gems
26
- run: bundle install
27
- - run: bundle exec jekyll build --baseurl thymeleaf-layout-dialect
+ - run: bundle exec jekyll build --baseurl ''
28
- uses: actions/upload-pages-artifact@v3
29
with:
30
path: './thymeleaf-layout-dialect-docs/_site'
0 commit comments