Skip to content

Commit

Permalink
fix: [FIXUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Dec 11, 2024
1 parent a086558 commit 80773f9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
env:
PRE_BUILD_COMMAND: corepack enable && yarn workspaces focus --all || yarn install
CUSTOM_BUILD_COMMAND: yarn build
PRE_BUILD_COMMAND: corepack enable
CUSTOM_BUILD_COMMAND: yarn workspaces focus --all || yarn install
RUN_BUILD_COMMAND: yarn build
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_NICE_WAVE_0F618F503 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
Expand Down

0 comments on commit 80773f9

Please sign in to comment.