Skip to content

Commit 147f655

Browse files
author
Lévai Norbert
committed
Fix yaml error
1 parent 2aefd7a commit 147f655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: npm install
2222

23-
- name: Clean everthing and install dependencies
24-
run: npm ci
23+
- name: Clean everything and install dependencies
24+
run: npm ci
2525

2626
- name: Build VuePress
2727
run: npm run docs:build

0 commit comments

Comments
 (0)