Skip to content

Commit 3531744

Browse files
committed
[Template merge] switch to org-wide docs workflow
1 parent 21ca3f5 commit 3531744

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Docs
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
permissions:
8+
contents: read
9+
pages: write
10+
id-token: write
11+
12+
concurrency:
13+
group: pages
14+
cancel-in-progress: true
15+
16+
jobs:
17+
docs:
18+
uses: giellalt/.github/.github/workflows/docs.yml@main
19+
secrets: inherit

0 commit comments

Comments
 (0)