Skip to content

Commit a55763e

Browse files
committed
Call docs from ci job
1 parent d1705b9 commit a55763e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ jobs:
4141
uses: ./.github/workflows/test.yml
4242
permissions:
4343
contents: read
44+
45+
docs:
46+
uses: ./.github/workflows/docs.yml
47+
permissions:
48+
contents: read

.github/workflows/docs.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: "Docs"
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
tags:
8-
- '[0-9]+.[0-9]+.[0-9]+'
9-
pull_request:
10-
types: [opened, synchronize, reopened]
4+
workflow_call:
115

126
permissions:
137
contents: read

0 commit comments

Comments
 (0)