Skip to content

Commit 9cf8769

Browse files
committed
revert: reverts previous separation #skip
1 parent b1b0a46 commit 9cf8769

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
workflow_dispatch:
1616

1717
jobs:
18-
build:
18+
build_and_deploy:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
@@ -26,18 +26,7 @@ jobs:
2626
node-version: '22'
2727
- run: npm ci
2828
- 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-
with:
39-
name: build
40-
path: build
29+
4130
- name: Build And Deploy to Azure
4231
if: ${{github.event_name == 'push' && !contains(github.event.head_commit.message, '#skip') }}
4332
uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9

0 commit comments

Comments
 (0)