diff --git a/.github/workflows/on-doc-v2-merge.yml b/.github/workflows/on-doc-v2-merge.yml new file mode 100644 index 0000000000..4733c3dba5 --- /dev/null +++ b/.github/workflows/on-doc-v2-merge.yml @@ -0,0 +1,22 @@ +name: Docs v2 Publish (merge) + +on: + push: + branches: + - feat/v2 + paths: + - "docs/**" + - "mkdocs.yml" + +jobs: + release-docs: + permissions: + contents: write + pages: write + id-token: write + secrets: inherit + uses: ./.github/workflows/reusable-publish-docs.yml + with: + version: next + alias: next + detached_mode: false \ No newline at end of file