Skip to content

Commit 34010bd

Browse files
committed
fix workflow
1 parent 0dafd86 commit 34010bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: validate
1+
name: validate docs generation
22

33
permissions:
44
contents: read
@@ -30,7 +30,7 @@ jobs:
3030
id: generate
3131
uses: docker/bake-action/subaction/list-targets@v6
3232
with:
33-
target: validate
33+
target: validate-docs
3434

3535
validate:
3636
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)