Skip to content

Commit

Permalink
test: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Sep 11, 2023
1 parent badecbd commit 0969ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
on:
push:
branches:
- master
- gh-pages
paths:
- 'docs/**'
workflow_dispatch:
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Install dependencies
run: pnpm i

- run: pnpm doc:build
- run: pnpm run doc:build

0 comments on commit 0969ba2

Please sign in to comment.