Skip to content

Commit d794346

Browse files
authored
Merge pull request #73 from MeshJS/fix-ingestion-workflow
trigger ingest-docs on changes under apps/docs/content/docs/**
2 parents 8318a06 + 08116f3 commit d794346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ingest-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "apps/docs/content/docs"
8+
- "apps/docs/content/docs/**"
99

1010
jobs:
1111
trigger_ingest:

0 commit comments

Comments
 (0)