Skip to content

Commit 03c4229

Browse files
Update documentation.yml
1 parent 897487b commit 03c4229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: '12.x'
1818
- name: 'Install dependencies'
19-
run: npm install
19+
run: npm -v && npm install
2020
- name: 'Build documentation'
2121
run: npm run docs:build
2222
- name: 'Deploy to GitHub-Pages'

0 commit comments

Comments
 (0)