Skip to content

Commit b85d4aa

Browse files
fix(ci): action file name
Signed-off-by: Victor Adossi <[email protected]>
1 parent a1a0f88 commit b85d4aa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v3
3030

31-
- uses: ./.github/actions/mdbook.yml
31+
- uses: ./.github/actions/mdbook
3232
with:
3333
publish-pages: true
3434

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111

12-
- uses: ./.github/actions/mdbook.yml
12+
- uses: ./.github/actions/mdbook
1313
with:
1414
publish-pages: true
1515

0 commit comments

Comments
 (0)