Fix netlify-deploy.yml
This commit is contained in:
parent
94b9e2e4ee
commit
e36a09163d
2
.github/workflows/netlify-deploy.yml
vendored
2
.github/workflows/netlify-deploy.yml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
|||
NETLIFY_DEPLOY_MESSAGE: "Prod deploy to v${{ github.ref }}"
|
||||
NETLIFY_DEPLOY_TO_PROD: true
|
||||
install_command: npm install
|
||||
build command: npm run build
|
||||
build_command: npm run build
|
||||
build_directory: "_site"
|
||||
|
|
Loading…
Reference in a new issue