Skip to content

Commit ce55b55

Browse files
heitorlessarubenfonseca
authored andcommitted
chore(ci): create adhoc docs workflow for v2
1 parent a9aa685 commit ce55b55

File tree

1 file changed

+20
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)