Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobortolan committed Nov 27, 2024
1 parent 06b24f3 commit 4959974
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm install
working-directory: ./docs_v2
- name: Build website
run: yarn build
run: npm run build
working-directory: ./docs_v2

- name: Upload Build Artifact
Expand Down

0 comments on commit 4959974

Please sign in to comment.