Skip to content

Commit 9132f4a

Browse files
committed
docs: add support for docs versioning (#1239)
1 parent 3dc8405 commit 9132f4a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/on-doc-merge.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Docs
2+
3+
on:
4+
push:
5+
branches:
6+
- main
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: main
21+
alias: stage

0 commit comments

Comments
 (0)