Skip to content

Commit

Permalink
fix: change the deploy workflow to use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
gdorsi committed Nov 4, 2023
1 parent 4d9f2e4 commit 974e1b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2

- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'pnpm'

- name: Install dependencies
run: npm install

- name: Install slidev
run: npm i -g @slidev/cli
run: pnpm install

- name: Build
run: slidev build --base /roma-js-opening-slides/
run: pnpm slidev build --base /roma-js-opening-slides/

- uses: actions/configure-pages@v3

Expand Down

0 comments on commit 974e1b8

Please sign in to comment.