Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Mar 2, 2024
1 parent 71ffd27 commit 3b35563
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/userside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
install-command: echo
build: echo
start: cd ../temp/slidev-project && pnpm dev
start: pnpm dev --C ../temp/slidev-project

- name: Install globally
run: ${{ matrix.pm }} i -g ${{ github.workspace }}/../temp/slidev-pkgs/cli.tgz playwright-chromium
Expand All @@ -110,5 +110,4 @@ jobs:
project: ${{ github.workspace }}
install-command: echo
build: echo
working-directory: ../temp
start: slidev template.md
start: slidev template.md --C ../temp

0 comments on commit 3b35563

Please sign in to comment.