Skip to content

Commit

Permalink
💚 Build Styliz before deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jan 27, 2024
1 parent 821a329 commit dd0f4b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v4

- name: 🎉 Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

- name: ✨ Install dependencies
run: |
corepack enable
make install
- name: 📦️ Build for production
run: make build

- name: ⚡️ Install, build, and upload
uses: withastro/action@v1
with:
Expand Down

0 comments on commit dd0f4b2

Please sign in to comment.