Skip to content

Commit cbf94d2

Browse files
committed
Add Jekyll build step to Pages workflow
1 parent 0bd1bf2 commit cbf94d2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ jobs:
2727
- name: Setup Pages
2828
uses: actions/configure-pages@v4
2929

30+
- name: Build with Jekyll
31+
uses: actions/jekyll-build-pages@v1
32+
with:
33+
source: docs
34+
destination: ./_site
35+
3036
- name: Upload artifact
3137
uses: actions/upload-pages-artifact@v3
32-
with:
33-
path: docs
3438

3539
- name: Deploy to GitHub Pages
3640
id: deployment

0 commit comments

Comments
 (0)