There was an error while loading. Please reload this page.
1 parent b7f6113 commit 43c24c7Copy full SHA for 43c24c7
1 file changed
.github/workflows/docsgen.yml
@@ -26,10 +26,14 @@ jobs:
26
- name: Setup Pages
27
uses: actions/configure-pages@v6
28
29
+ - name: Build with Jekyll
30
+ uses: actions/jekyll-build-pages@v1
31
+ with:
32
+ source: docs/
33
+ destination: ./_site
34
+
35
- name: Upload artifact
36
uses: actions/upload-pages-artifact@v4
- with:
- path: docs/
37
38
- name: Deploy to GitHub Pages
39
id: deploy
0 commit comments