We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2339e6a + 10cdeba commit e5b9c3eCopy full SHA for e5b9c3e
.github/workflows/jekyll.yml
@@ -34,11 +34,11 @@ jobs:
34
# with:
35
# enablement: true
36
37
- - name: Build with Jekyll (official)
38
- uses: actions/jekyll-build-pages@v1
39
- with:
40
- source: ./
41
- destination: ./_site
+ # Build with Jekyll directly so custom plugins (like jekyll-tailwindcss) run
+ - name: Build site
+ run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+ env:
+ JEKYLL_ENV: production
42
43
- name: Upload artifact
44
uses: actions/upload-pages-artifact@v4
0 commit comments