Skip to content

Commit 513e40f

Browse files
authored
Merge pull request #18 from tsuyoshicho/fix/vim-tohtml-version-20210425
Revert "ci: use default vim"
2 parents ff3e94b + 9c6d326 commit 513e40f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/generate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
with:
2020
path: target
2121
ref: gh-pages
22+
- name: Setup Vim
23+
uses: thinca/action-setup-vim@v1
24+
with:
25+
vim_version: 'v8.2.0020'
26+
vim_type: 'Vim'
2227
- name: Generate new document
2328
run: |
2429
cd work

0 commit comments

Comments
 (0)