We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3351e commit c20b392Copy full SHA for c20b392
.github/workflows/pages.yml
@@ -47,7 +47,7 @@ jobs:
47
exit 0
48
elif [ -f "./package.json" ]; then
49
echo "manager=npm" >> $GITHUB_OUTPUT
50
- echo "command=ci" >> $GITHUB_OUTPUT
+ echo "command=i" >> $GITHUB_OUTPUT
51
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
52
53
else
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/setup-node@v4
59
with:
60
node-version: "20"
61
- cache: ${{ steps.detect-package-manager.outputs.manager }}
+ # cache: ${{ steps.detect-package-manager.outputs.manager }}
62
- name: Setup Pages
63
uses: actions/configure-pages@v5
64
# with:
0 commit comments