Skip to content

Commit 32d785b

Browse files
committed
Add missing run command in '[CI] Antora' workflow
1 parent d006c64 commit 32d785b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
check:
12-
name: Run Antora CI
12+
name: Install and run Antora CI
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
@@ -20,5 +20,5 @@ jobs:
2020
- name: Install dependencies
2121
run: npm install
2222
- name: Run build script
23-
run: npm build
23+
run: npm run build
2424

0 commit comments

Comments
 (0)