mirror of
https://github.com/cdloh/obsidian-cron.git
synced 2026-07-22 07:40:30 +00:00
Fix typo in build step
This commit is contained in:
parent
12e8d70cb1
commit
01256df85d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
node-version: ${{ matrix.node }}
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
- run: npm build
|
||||
- run: npm run build
|
||||
|
||||
deploy:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue