Skip to content

Commit f04fee6

Browse files
committed
chore(ci): add workflow to publish v2 docs on merge (#1756)
1 parent cf29d0a commit f04fee6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Diff for: .github/workflows/on-doc-v2-merge.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Docs v2 Publish (merge)
2+
3+
on:
4+
push:
5+
branches:
6+
- feat/v2
7+
paths:
8+
- "docs/**"
9+
- "mkdocs.yml"
10+
11+
jobs:
12+
release-docs:
13+
permissions:
14+
contents: write
15+
pages: write
16+
id-token: write
17+
secrets: inherit
18+
uses: ./.github/workflows/reusable-publish-docs.yml
19+
with:
20+
version: next
21+
alias: next
22+
detached_mode: false

0 commit comments

Comments
 (0)