Fix deploy action
This commit is contained in:
parent
b1c2c4fbdb
commit
3421fd60df
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
- name: Deploy
|
||||
uses: Azure/static-web-apps-deploy@v1
|
||||
with:
|
||||
action: 'upload'
|
||||
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
|
||||
output_location: dist
|
||||
skip_api_build: true
|
||||
|
|
Loading…
Reference in a new issue