We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba73ee0 + 8082def commit ff3e94bCopy full SHA for ff3e94b
1 file changed
.github/workflows/generate.yml
@@ -3,7 +3,6 @@ on:
3
push:
4
branches:
5
- master
6
- workflow_dispatch:
7
schedule:
8
- cron: '5 12 * * *'
9
@@ -20,11 +19,6 @@ jobs:
20
19
with:
21
path: target
22
ref: gh-pages
23
- - name: Setup Vim
24
- uses: thinca/action-setup-vim@v1
25
- with:
26
- vim_version: 'v8.2.0020'
27
- vim_type: 'Vim'
28
- name: Generate new document
29
run: |
30
cd work
@@ -45,5 +39,4 @@ jobs:
45
39
46
40
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
47
41
branch: gh-pages
48
- env:
49
- GITHUB_TOKEN: ${{ secrets.VIMDOC_JP_TOKEN }}
42
+ pull_strategy: 'NO-PULL'
0 commit comments