-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add a step to build the website before deployment
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Checkout your repository using git | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install, build, and upload your site output | ||
- name: Install and build website | ||
uses: withastro/action@v0 | ||
# with: | ||
# path: . # The root location of your Astro project inside the repository. (optional) | ||
|
@@ -63,6 +63,9 @@ jobs: | |
- name: Checkout your repository using git | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install and build website | ||
uses: withastro/action@v0 | ||
|
||
- name: Publish | ||
uses: nwtgck/[email protected] | ||
with: | ||
|
4c33cae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://teal-souffle-035511.netlify.app as production
🚀 Deployed on https://63586e8d359973067e1786d7--teal-souffle-035511.netlify.app