From 9a83ab7389d6bc16fbf3a0eae28ece14392f969d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Mon, 27 Jul 2026 18:27:23 +0800 Subject: [PATCH] ci: deploy documentation with reusable workflow --- .github/workflows/deploy-pages.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/deploy-pages.yml diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml new file mode 100644 index 00000000..72351e5f --- /dev/null +++ b/.github/workflows/deploy-pages.yml @@ -0,0 +1,15 @@ +name: Deploy documentation + +on: + release: + types: [published] + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +jobs: + deploy: + uses: react-component/rc-test/.github/workflows/deploy-pages.yml@main