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