Skip to content

Commit

Permalink
fix: add a step to build the website before deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgn975 committed Oct 25, 2022
1 parent 37fb542 commit 4c33cae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:
Expand Down

1 comment on commit 4c33cae

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.