We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b1c5a commit 941bd34Copy full SHA for 941bd34
.github/workflows/generate.yml
@@ -21,11 +21,6 @@ jobs:
21
path: target
22
repository: 'vim-jp/vimdoc-ja'
23
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'
29
- name: Generate new document
30
run: |
31
cd work
@@ -65,11 +60,6 @@ jobs:
65
60
66
61
67
62
ref: gh-pages
68
69
70
71
72
73
63
74
64
75
0 commit comments