Skip to content

Commit

Permalink
Don't report a failing azure-web-app-deployment as failing workflow
Browse files Browse the repository at this point in the history
An attempt to tackle #110
  • Loading branch information
SimonSimCity committed May 31, 2023
1 parent be4abed commit b732c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
name: dist
- name: Deploy
uses: Azure/static-web-apps-deploy@v1
continue-on-error: true
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_SALMON_PEBBLE_009136D03 }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b732c78

Please sign in to comment.