We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c80ddf commit 0d208beCopy full SHA for 0d208be
.github/workflows/deploy.yml
@@ -25,20 +25,6 @@ jobs:
25
- name: Build
26
run: yarn build:azure
27
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
-
42
- name: Deploy to GitHub Pages
43
uses: peaceiris/actions-gh-pages@v3
44
with:
0 commit comments