Skip to content

Commit

Permalink
Update deploy.yml to include npm install and npm run build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiederholung committed Jan 26, 2024
1 parent 326d879 commit 35a7b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
with:
node-version: '14'
- name: Install dependencies
run:
run: |
cd slidev
npm install
- name: Build
run:
run: |
cd slidev
npm run build
- name: Deploy pages
Expand Down

0 comments on commit 35a7b96

Please sign in to comment.