We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc317a commit ccf2f57Copy full SHA for ccf2f57
.github/workflows/publish.yml
@@ -49,7 +49,7 @@ jobs:
49
id: matrix
50
run: |
51
if [[ ${{ steps.changes.outputs.packages }} == true ]] || [[ ${{ steps.changes.outputs.deps == true }} ]]; then
52
- node ./scripts/build_matrix.mjs --all
+ node ./scripts/build_sites.mjs --all
53
elif [[ ${{ steps.changes.outputs.sites }} == true ]]; then
54
node ./scripts/build_sites.mjs
55
else
0 commit comments