Skip to content

Commit 5a790c2

Browse files
committed
Use standardized filename for website check workflow
This is the template workflow filename, which is intended to serve as a unique identifier, and thus must be a bit more verbose.
1 parent 2f257e8 commit 5a790c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-docs.yml renamed to .github/workflows/check-mkdocs-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
# potential changes to commands documentation
1111
- "cli/**"
1212
# changes to the workflow itself
13-
- ".github/workflows/validate-docs.yml"
13+
- ".github/workflows/check-mkdocs-task.ya?ml"
1414
push:
1515
paths:
1616
- "docs/**"
1717
- "docsgen/**"
1818
- "cli/**"
1919
- "rpc/**"
20-
- ".github/workflows/validate-docs.yml"
20+
- ".github/workflows/check-mkdocs-task.ya?ml"
2121

2222
jobs:
2323
validate:

0 commit comments

Comments
 (0)