Skip to content

Commit 9ea45d7

Browse files
FlorianT03jaapio
authored andcommitted
Adding Double quotation marks in the documentation.yml
1 parent d0b9a34 commit 9ea45d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on: # yamllint disable-line rule:truthy
55
branches:
66
- "main"
77
paths:
8-
- .github/workflows/documentation.yml
9-
- docs/**
8+
- ".github/workflows/documentation.yml"
9+
- "docs/**"
1010
push:
1111
branches:
1212
- "main"
1313
paths:
14-
- .github/workflows/documentation.yml
15-
- docs/**
14+
- ".github/workflows/documentation.yml"
15+
- "docs/**"
1616

1717
jobs:
1818
validate-with-guides:

0 commit comments

Comments
 (0)