Skip to content

Commit daa5a0b

Browse files
wip
1 parent 3d18181 commit daa5a0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ permissions:
1111
id-token: write
1212

1313
jobs:
14-
build:
14+
build-astro:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout your repository using git
1818
uses: actions/checkout@v4
1919
- name: Install, build, and upload your site
2020
uses: withastro/action@v2
2121

22-
deploy:
23-
needs: build
22+
deploy-astro:
23+
needs: build-astro
2424
runs-on: ubuntu-latest
2525
environment:
2626
name: github-pages

0 commit comments

Comments
 (0)