Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Migushthe2nd committed Oct 14, 2024
2 parents e7d6269 + c291c89 commit aaf9690
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: Setup Node.js
uses: actions/setup-node@v2
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 aaf9690

Please sign in to comment.