Skip to content

Commit 43c24c7

Browse files
committed
Do the jekyll
1 parent b7f6113 commit 43c24c7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/docsgen.yml

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

29+
- name: Build with Jekyll
30+
uses: actions/jekyll-build-pages@v1
31+
with:
32+
source: docs/
33+
destination: ./_site
34+
2935
- name: Upload artifact
3036
uses: actions/upload-pages-artifact@v4
31-
with:
32-
path: docs/
3337

3438
- name: Deploy to GitHub Pages
3539
id: deploy

0 commit comments

Comments
 (0)