8000 👷 Fix documentation CI · huggingface/huggingface.js@c1900d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1900d2

Browse files
committed
👷 Fix documentation CI
1 parent 4a2ab4c commit c1900d2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

‎.github/workflows/documentation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: Build documentation
22

33
on:
4+
manual:
45
push:
56
branches:
67
- main
78
paths:
89
- "README.md"
9-
- "hub/package.json"
10-
- "inference/package.json"
10+
- "docs/**"
11+
- "packages/hub/package.json"
12+
- "packages/inference/package.json"
1113

1214
jobs:
1315
build:

‎.github/workflows/pr-documentation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44
pull_request:
55
paths:
66
- "README.md"
7-
- "hub/README.md"
8-
- "inference/README.md"
7+
- "docs/**"
8+
- "packages/hub/README.md"
9+
- "packages/inference/README.md"
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)
0