mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-13 08:48:26 +00:00
ci: enable build step in Azure Static Web Apps workflow and skip app build command
This commit is contained in:
parent
e40250dfd9
commit
90d68ea192
@ -31,8 +31,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
# - name: Build
|
||||
# run: pnpm run build
|
||||
- name: Build
|
||||
run: pnpm run build
|
||||
|
||||
- name: Build And Deploy
|
||||
id: builddeploy
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
with:
|
||||
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WHITE_MEADOW_0907F6903 }}
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
|
||||
app_build_command: 'pnpm run build'
|
||||
skip_app_build: true
|
||||
action: "upload"
|
||||
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
|
||||
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
|
||||
|
Loading…
Reference in New Issue
Block a user