Skip to content

Commit bad9191

Browse files
[ci/docs] Fix docs pipeline build failure and path references (AcademySoftwareFoundation#2171)
**Link the Issue(s) this Pull Request is related to.** - AcademySoftwareFoundation#1800 **Summarize your change.** - Update workflow path filters from docs.yml to docs-pipeline.yml (file was renamed in d7f51b5 but references were not updated)
1 parent 57234a2 commit bad9191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
- main
88
paths:
99
- 'docs/**'
10-
- '.github/workflows/docs.yml'
10+
- '.github/workflows/docs-pipeline.yml'
1111
tags:
1212
- 'v*' # Build docs for version tags
1313
pull_request:
1414
paths:
1515
- 'docs/**'
16-
- '.github/workflows/docs.yml'
16+
- '.github/workflows/docs-pipeline.yml'
1717
workflow_dispatch:
1818
inputs:
1919
version:

0 commit comments

Comments
 (0)