8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2ab4c commit c1900d2Copy full SHA for c1900d2
‎.github/workflows/documentation.yml
@@ -1,13 +1,15 @@
1
name: Build documentation
2
3
on:
4
+ manual:
5
push:
6
branches:
7
- main
8
paths:
9
- "README.md"
- - "hub/package.json"
10
- - "inference/package.json"
+ - "docs/**"
11
+ - "packages/hub/package.json"
12
+ - "packages/inference/package.json"
13
14
jobs:
15
build:
‎.github/workflows/pr-documentation.yml
@@ -4,8 +4,9 @@ on:
pull_request:
- - "hub/README.md"
- - "inference/README.md"
+ - "packages/hub/README.md"
+ - "packages/inference/README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
0 commit comments