Skip to content

Commit 78551c0

Browse files
committed
ci: add building
1 parent 373e5aa commit 78551c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install Dependencies
3131
run: pnpm install
3232

33+
- name: Build Artefact
34+
run: pnpm docs:build
35+
3336
- name: Upload Artefact
3437
uses: actions/upload-pages-artifact@v3
3538
with:

0 commit comments

Comments
 (0)