Skip to content

Commit 5541bd7

Browse files
committed
Have workflow build API docs before uploading
1 parent ef5586e commit 5541bd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-pages.yml

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
# --minify \
7373
# --baseURL "${{ steps.pages.outputs.base_url }}/"
7474

75+
- name: 🪚🔧🔨 Build API docs
76+
run: scripts/buildall-apidocs
77+
7578
- name: 📤 Upload artifact
7679
uses: actions/upload-pages-artifact@v3
7780
with:

0 commit comments

Comments
 (0)