Skip to content

Commit 4c33cae

Browse files
committed
fix: add a step to build the website before deployment
1 parent 37fb542 commit 4c33cae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout your repository using git
2323
uses: actions/checkout@v3
2424

25-
- name: Install, build, and upload your site output
25+
- name: Install and build website
2626
uses: withastro/action@v0
2727
# with:
2828
# path: . # The root location of your Astro project inside the repository. (optional)
@@ -63,6 +63,9 @@ jobs:
6363
- name: Checkout your repository using git
6464
uses: actions/checkout@v3
6565

66+
- name: Install and build website
67+
uses: withastro/action@v0
68+
6669
- name: Publish
6770
uses: nwtgck/actions-netlify@v1.2
6871
with:

0 commit comments

Comments
 (0)