You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/build-configuration.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,7 @@ inputs:
222
222
```
223
223
224
224
---
225
+
225
226
## Skip building the API
226
227
227
228
If you want to skip building the API, you can bypass the automatic build and deploy the API built in a previous step.
@@ -304,6 +305,44 @@ inputs:
304
305
305
306
---
306
307
308
+
## Run workflow without deployment secrets
309
+
310
+
Sometimes you need your workflow to continue to process even when some secrets are missing. Set the `SKIP_DEPLOY_ON_MISSING_SECRETS` environment variable to `true` to configure your workflow to proceed without defined secrets.
311
+
312
+
When enabled, this feature allows the workflow to continue without deploying the site's content.
0 commit comments