File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,17 @@ jobs:
3636 echo "vim=$(git -C work/vim rev-parse HEAD)" >> $GITHUB_OUTPUT
3737 echo "vim_faq=$(git -C work/vim_faq rev-parse HEAD)" >> $GITHUB_OUTPUT
3838
39- # TODO: Jekyllのビルド。必要なパーツをgh-pagesブランチから持ってくる必要あり
40-
41- - name : Upload artifact
42- uses : actions/upload-pages-artifact@v3
39+ - name : Upload vim generated HTML files as an artifact
40+ uses : actions/upload-artifact@v4
4341 with :
42+ name : vim-generated-html
4443 path : target
4544
45+ # TODO: Jekyllのビルド。必要なパーツをgh-pagesブランチから持ってくる必要あり
46+
47+ # uses: actions/upload-pages-artifact@v3
48+ # with:
49+ # path: _site/
50+ # retantion-days: 7
51+
4652 # TODO: masterへのpushもしくはcron実行のときだけ、GitHub Pagesへアップロードする
Original file line number Diff line number Diff line change 44/target /
55/vim /
66/vim_faq /
7+ /tmp /
You can’t perform that action at this time.
0 commit comments