Skip to content

Commit a6526ff

Browse files
committed
chore(ci): create adhoc docs workflow for v2
1 parent ed763d6 commit a6526ff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: V2 Rebuild latest docs
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
release-docs:
8+
permissions:
9+
contents: write
10+
pages: write
11+
uses: ./.github/workflows/reusable_publish_docs.yml
12+
with:
13+
version: v2
14+
alias: alpha

0 commit comments

Comments
 (0)