Skip to content

Commit e2b7e41

Browse files
committed
delete generate workflow which uses old gh-pages branch
1 parent 6ec6c1a commit e2b7e41

File tree

2 files changed

+0
-63
lines changed

2 files changed

+0
-63
lines changed

.github/workflows/generate.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/trigger.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ jobs:
99
steps:
1010
- name: Enable each workflow
1111
run: |
12-
curl -i -X PUT \
13-
-H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
14-
-H "Accept: application/vnd.github.v3+json" \
15-
'https://api.github.com/repos/vim-jp/vimdoc-en/actions/workflows/generate.yml/enable'
1612
curl -i -X PUT \
1713
-H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
1814
-H "Accept: application/vnd.github.v3+json" \

0 commit comments

Comments
 (0)