Skip to content

Commit ff3e94b

Browse files
authored
Merge pull request #17 from tsuyoshicho/fix/ci-slimup-20210424
fix: ci setting tune up
2 parents ba73ee0 + 8082def commit ff3e94b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- master
6-
workflow_dispatch:
76
schedule:
87
- cron: '5 12 * * *'
98

@@ -20,11 +19,6 @@ jobs:
2019
with:
2120
path: target
2221
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'
2822
- name: Generate new document
2923
run: |
3024
cd work
@@ -45,5 +39,4 @@ jobs:
4539
4640
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
4741
branch: gh-pages
48-
env:
49-
GITHUB_TOKEN: ${{ secrets.VIMDOC_JP_TOKEN }}
42+
pull_strategy: 'NO-PULL'

0 commit comments

Comments
 (0)