mirror of https://github.com/hpcaitech/ColossalAI
[workflow] enblaed doc build from a forked repo (#3815)
parent
19d153057e
commit
1e3b64f26c
|
@ -2,12 +2,12 @@ name: Build Documentation After Merge
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'version.txt'
|
- "version.txt"
|
||||||
- 'docs/**'
|
- "docs/**"
|
||||||
types:
|
branches:
|
||||||
- closed
|
- "main"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-doc:
|
build-doc:
|
||||||
|
|
Loading…
Reference in New Issue