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.
2 parents e328ff2 + a370359 commit 91ce33cCopy full SHA for 91ce33c
.github/workflows/build-and-deploy.yml
@@ -1,11 +1,8 @@
1
name: Build and deploy vim help
2
3
-# This is an experimental.
4
-#
5
-# gh-pagesブランチを経由せず、actions/upload-pages-artifactを使って直接GitHub Pagesにデプロイする試み
+# gh-pagesブランチを経由せず、actions/upload-pages-artifactを使って直接GitHub Pagesにデプロイする
6
# pushのたびにいったん artifacts まで作る(HTML生成+Jekyll実行)
7
# masterへのpushかcronでの実行であればGitHub Pagesへアップロードする
8
-# …という計画
9
10
on:
11
push:
0 commit comments