Skip to content

Commit

Permalink
🤖 ci: fix build ordering step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepg committed Apr 14, 2024
1 parent bbd2963 commit 1ee865b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: cd ${{github.workspace}}/website/

- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "npm"

- run: cd ${{github.workspace}}/website/

- run: npm ci
- run: run run build

Expand Down

0 comments on commit 1ee865b

Please sign in to comment.