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 47fdc27 commit e1881eeCopy full SHA for e1881ee
.github/workflows/build-and-deploy.yml
@@ -8,7 +8,10 @@ name: Build and deploy vim help
8
# …という計画
9
10
on:
11
- push
+ push:
12
+
13
+ schedule:
14
+ - cron: '5 12 * * *'
15
16
jobs:
17
build:
.github/workflows/trigger.yml
@@ -17,3 +17,7 @@ jobs:
-H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
18
-H "Accept: application/vnd.github.v3+json" \
19
'https://api.github.com/repos/vim-jp/vimdoc-en/actions/workflows/trigger.yml/enable'
20
+ curl -i -X PUT \
21
+ -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
22
+ -H "Accept: application/vnd.github.v3+json" \
23
+ 'https://api.github.com/repos/vim-jp/vimdoc-en/actions/workflows/build-and-deploy.yml/enable'
0 commit comments