Skip to content

Commit 0d208be

Browse files
committed
fix
1 parent 1c80ddf commit 0d208be

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@ jobs:
2525
- name: Build
2626
run: yarn build:azure
2727

28-
- name: Deploy
29-
if: false
30-
id: deploy
31-
uses: Azure/static-web-apps-deploy@v1
32-
with:
33-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLUE_DESERT_0E46AFE00 }}
34-
repo_token: ${{ secrets.GITHUB_TOKEN }}
35-
action: 'upload'
36-
production_branch: 'main'
37-
app_location: 'dist'
38-
api_location: ''
39-
skip_app_build: true
40-
skip_api_build: true
41-
4228
- name: Deploy to GitHub Pages
4329
uses: peaceiris/actions-gh-pages@v3
4430
with:

0 commit comments

Comments
 (0)