mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
don't re-run build in netlify deploy step
this was a breaking change in https://github.com/netlify/cli/releases/tag/v21.0.0
This commit is contained in:
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
@@ -50,4 +50,4 @@ jobs:
|
||||
env:
|
||||
NETLIFY_AUTH_TOKEN: ${{secrets.NETLIFY_AUTH_TOKEN}}
|
||||
NETLIFY_SITE_ID: ${{secrets.NETLIFY_SITE_ID}}
|
||||
run: ./node_modules/.bin/netlify deploy --prod --dir=dist
|
||||
run: ./node_modules/.bin/netlify deploy --no-build --prod --dir=dist
|
||||
|
||||
Reference in New Issue
Block a user