Skip to content

Commit db7e6aa

Browse files
authored
ci: deploy documentation with reusable workflow (#642)
1 parent 6e7b385 commit db7e6aa

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)