Skip to content

Commit a370359

Browse files
committed
Remove experimental comment
(Added by #46.) It is not experimental now.
1 parent bed7088 commit a370359

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)