We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8713cc7 commit 0407755Copy full SHA for 0407755
1 file changed
.github/workflows/staging_deploy.yml
@@ -15,24 +15,18 @@ permissions:
15
id-token: write
16
17
jobs:
18
- build:
+ build-deploy:
19
runs-on: ubuntu-latest
20
steps:
21
+
22
- name: Checkout your repository using git
23
uses: actions/checkout@v4
24
25
- name: Install, build, and upload your site output
26
env:
27
NODE_OPTIONS: "--max_old_space_size=4096"
28
uses: withastro/action@v2
-
- 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
36
- name: Deploy to Netlify
37
uses: nwtgck/actions-netlify@v3.0
38
with:
0 commit comments