Skip to content

Commit 25fcd0f

Browse files
committed
ci: deploy documentation with reusable workflow
1 parent ed59cc2 commit 25fcd0f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Deploy documentation
2+
3+
on:
4+
release:
5+
types: [published]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
jobs:
14+
deploy:
15+
uses: react-component/rc-test/.github/workflows/deploy-pages.yml@main

0 commit comments

Comments
 (0)