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 0107c6a commit acb449a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/userside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ jobs:
with:
install-command: echo
build: echo
start: |
cd ../temp/slidev-project
pnpm dev
working-directory: ../temp/slidev-project
start: pnpm dev

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

0 comments on commit acb449a

Please sign in to comment.