Fix deploy action

This commit is contained in:
William Brawner 2022-08-17 02:24:09 +00:00
parent b1c2c4fbdb
commit 3421fd60df

View file

@ -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