Skip to content

Commit 5217b64

Browse files
committed
Disable site publishing step in workflow
1 parent 61243c0 commit 5217b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
name: "Publish Site"
234234
runs-on: ubuntu-latest
235235
needs: [Setup, BuildSite]
236-
if: ${{ success() }}
236+
if: ${{ false }}
237237
outputs:
238238
static_web_app_url: ${{ steps.azureDeploy.outputs.static_web_app_url }}
239239
steps:

0 commit comments

Comments
 (0)