Skip to content

Commit 0407755

Browse files
authored
Update staging_deploy.yml
1 parent 8713cc7 commit 0407755

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/staging_deploy.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,18 @@ permissions:
1515
id-token: write
1616

1717
jobs:
18-
build:
18+
build-deploy:
1919
runs-on: ubuntu-latest
2020
steps:
21+
2122
- name: Checkout your repository using git
2223
uses: actions/checkout@v4
24+
2325
- name: Install, build, and upload your site output
2426
env:
2527
NODE_OPTIONS: "--max_old_space_size=4096"
2628
uses: withastro/action@v2
27-
28-
deploy:
29-
needs: build
30-
runs-on: ubuntu-latest
31-
environment:
32-
name: github-pages
33-
url: ${{ steps.deployment.outputs.page_url }}
34-
steps:
35-
29+
3630
- name: Deploy to Netlify
3731
uses: nwtgck/[email protected]
3832
with:

0 commit comments

Comments
 (0)