Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
YuheiFUJITA committed Dec 5, 2023
1 parent bb87f5b commit 4a488ae
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 @@ -27,10 +27,10 @@ jobs:
node-version: "lts/*"

- name: Move to slidev
run: cd ./slidev
run: cd ./slidev && ls

- name: Install dependencies
run: npm install
run: ls && npm install

- name: Install slidev
run: npm i -g @slidev/cli
Expand Down

0 comments on commit 4a488ae

Please sign in to comment.