Skip to content

Commit 05de851

Browse files
committed
Fix GHA - copy extension script extension
1 parent dffc04a commit 05de851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version: 20
3636

3737
- name: Copy quarto-evelte extension
38-
run: ./copy-extension
38+
run: ./copy-extension.sh
3939
working-directory: ./docs
4040
shell: bash
4141

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version: 20
3636

3737
- name: Copy quarto-evelte extension
38-
run: ./copy-extension
38+
run: ./copy-extension.sh
3939
working-directory: ./docs
4040
shell: bash
4141

0 commit comments

Comments
 (0)