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 2700b97 commit 047e987Copy full SHA for 047e987
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
# デプロイ
37
- name: deploy
38
run: |
39
- npx netlify-cli deploy \
+ npx netlify-cli@23.7.3 deploy \
40
--site ${{ secrets.NETLIFY_SITE_ID }} \
41
--dir www/ \
42
--auth ${{ secrets.NETLIFY_TOKEN }} \
0 commit comments