Skip to content

Commit 718b401

Browse files
committed
ci: treat some settings
1 parent 2a02ea8 commit 718b401

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 3 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

@@ -40,5 +39,4 @@ jobs:
4039
4140
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
4241
branch: gh-pages
43-
env:
44-
GITHUB_TOKEN: ${{ secrets.VIMDOC_JP_TOKEN }}
42+
pull_strategy: '--rebase'

0 commit comments

Comments
 (0)