Skip to content

Commit ccf2f57

Browse files
committed
debug: fix wrong script path
1 parent 7dc317a commit ccf2f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: matrix
5050
run: |
5151
if [[ ${{ steps.changes.outputs.packages }} == true ]] || [[ ${{ steps.changes.outputs.deps == true }} ]]; then
52-
node ./scripts/build_matrix.mjs --all
52+
node ./scripts/build_sites.mjs --all
5353
elif [[ ${{ steps.changes.outputs.sites }} == true ]]; then
5454
node ./scripts/build_sites.mjs
5555
else

0 commit comments

Comments
 (0)