Skip to content

Commit 91ce33c

Browse files
authored
Merge pull request #53 from vim-jp/remove-experimental-comment
Remove experimental comment
2 parents e328ff2 + a370359 commit 91ce33c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Build and deploy vim help
22

3-
# This is an experimental.
4-
#
5-
# gh-pagesブランチを経由せず、actions/upload-pages-artifactを使って直接GitHub Pagesにデプロイする試み
3+
# gh-pagesブランチを経由せず、actions/upload-pages-artifactを使って直接GitHub Pagesにデプロイする
64
# pushのたびにいったん artifacts まで作る(HTML生成+Jekyll実行)
75
# masterへのpushかcronでの実行であればGitHub Pagesへアップロードする
8-
# …という計画
96

107
on:
118
push:

0 commit comments

Comments
 (0)