Skip to content

Commit af32f8a

Browse files
committed
ci: add gh-pages action
1 parent a5e8e07 commit af32f8a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: gh-pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: read
11+
pages: write
12+
id-token: write
13+
14+
jobs:
15+
deploy:
16+
uses: importantimport/.github/.github/workflows/pnpm-gh-pages-artifact.yml@main
17+
with:
18+
build: pnpm -rF @moeru/std-docs build
19+
path: docs/.vitepress/dist

0 commit comments

Comments
 (0)