Skip to content

Commit c7c0676

Browse files
fix path
1 parent ef7aee0 commit c7c0676

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jazzy-check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '**.svg'
1515
- '**.yml'
1616
- '**.yaml'
17-
- '!github/**' # exclude yaml files in .github directory
17+
- '!.github/**' # exclude yaml files in .github directory
1818
- '.github/workflows/jazzy-check-docs.yml'
1919

2020
concurrency:

.github/workflows/rolling-check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '**.svg'
1515
- '**.yml'
1616
- '**.yaml'
17-
- '!github/**' # exclude yaml files in .github directory
17+
- '!.github/**' # exclude yaml files in .github directory
1818
- '.github/workflows/rolling-check-docs.yml'
1919

2020
concurrency:

0 commit comments

Comments
 (0)