Skip to content

Commit ca57bb4

Browse files
authored
Merge pull request #48 from vim-jp/delete-old-gh-pages-workflow
delete generate workflow which uses old gh-pages branch
2 parents 6ec6c1a + e2b7e41 commit ca57bb4

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)