There was an error while loading. Please reload this page.
1 parent b1b0a46 commit 9cf8769Copy full SHA for 9cf8769
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ on:
15
workflow_dispatch:
16
17
jobs:
18
- build:
+ build_and_deploy:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v4
@@ -26,18 +26,7 @@ jobs:
26
node-version: '22'
27
- run: npm ci
28
- run: npm run build
29
- - uses: actions/upload-artifact@v4
30
- with:
31
- name: build
32
- path: build
33
- deploy_to_azure:
34
- runs-on: ubuntu-latest
35
- needs: build
36
- steps:
37
- - uses: actions/download-artifact@v4
38
39
40
+
41
- name: Build And Deploy to Azure
42
if: ${{github.event_name == 'push' && !contains(github.event.head_commit.message, '#skip') }}
43
uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9
0 commit comments