Skip to content

Commit 941bd34

Browse files
committed
ci: use default vim
1 parent a9b1c5a commit 941bd34

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/generate.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
path: target
2222
repository: 'vim-jp/vimdoc-ja'
2323
token: ${{ secrets.VIMDOC_JP_TOKEN }}
24-
- name: Setup Vim
25-
uses: thinca/action-setup-vim@v1
26-
with:
27-
vim_version: 'v8.2.0020'
28-
vim_type: 'Vim'
2924
- name: Generate new document
3025
run: |
3126
cd work
@@ -65,11 +60,6 @@ jobs:
6560
repository: 'vim-jp/vimdoc-ja'
6661
token: ${{ secrets.VIMDOC_JP_TOKEN }}
6762
ref: gh-pages
68-
- name: Setup Vim
69-
uses: thinca/action-setup-vim@v1
70-
with:
71-
vim_version: 'v8.2.0020'
72-
vim_type: 'Vim'
7363
- name: Generate new document
7464
run: |
7565
cd work

0 commit comments

Comments
 (0)