File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 - name : Build And Deploy
2121 id : builddeploy
2222 uses : Azure/static-web-apps-deploy@v1
23- with :
24- azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_BAY_0A7A6550F }}
25- repo_token : ${{ secrets.GITHUB_TOKEN }}
26- action : upload
27- app_location : " /" # where index.html lives (repo root)
28- api_location : " " # no API
29- output_location : " " # serve app_location directly
30- skip_app_build : true # no build step for a single HTML file
23+ with :
24+ azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_BAY_0A7A6550F }}
25+ repo_token : ${{ secrets.GITHUB_TOKEN }}
26+ action : upload
27+ app_location : " /" # where index.html lives
28+ output_location : " " # EMPTY means serve app_location directly
29+ skip_app_build : true # no build step for a single html file
30+
3131
3232 close_pull_request_job :
3333 if : github.event_name == 'pull_request' && github.event.action == 'closed'
4040 with :
4141 azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_BAY_0A7A6550F }}
4242 action : close
43+
You can’t perform that action at this time.
0 commit comments