Skip to content

Commit

Permalink
Update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Migushthe2nd authored Mar 13, 2024
1 parent 6dc7b15 commit c291c89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: 18
cache: pnpm

- name: Install dependencies
run: pnpm
run: pnpm install

- name: Test to see if the project compiles
run: pnpm run build
Expand Down

0 comments on commit c291c89

Please # to comment.