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:
36
36
echo "vim=$(git -C work/vim rev-parse HEAD)" >> $GITHUB_OUTPUT
37
37
echo "vim_faq=$(git -C work/vim_faq rev-parse HEAD)" >> $GITHUB_OUTPUT
38
38
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
43
41
with :
42
+ name : vim-generated-html
44
43
path : target
45
44
45
+ # TODO: Jekyllのビルド。必要なパーツをgh-pagesブランチから持ってくる必要あり
46
+
47
+ # uses: actions/upload-pages-artifact@v3
48
+ # with:
49
+ # path: _site/
50
+ # retantion-days: 7
51
+
46
52
# TODO: masterへのpushもしくはcron実行のときだけ、GitHub Pagesへアップロードする
Original file line number Diff line number Diff line change 4
4
/target /
5
5
/vim /
6
6
/vim_faq /
7
+ /tmp /
You can’t perform that action at this time.
0 commit comments