Skip to content

Commit e5b9c3e

Browse files
authored
Merge pull request #5 from ethos-link/fix-jekyll
Fix css generation
2 parents 2339e6a + 10cdeba commit e5b9c3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/jekyll.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
# with:
3535
# enablement: true
3636

37-
- name: Build with Jekyll (official)
38-
uses: actions/jekyll-build-pages@v1
39-
with:
40-
source: ./
41-
destination: ./_site
37+
# Build with Jekyll directly so custom plugins (like jekyll-tailwindcss) run
38+
- name: Build site
39+
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
40+
env:
41+
JEKYLL_ENV: production
4242

4343
- name: Upload artifact
4444
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)