Skip to content

Commit c083772

Browse files
committed
fix the method to upload intermediate products
1 parent 618a7f2 commit c083772

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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へアップロードする

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/target/
55
/vim/
66
/vim_faq/
7+
/tmp/

0 commit comments

Comments
 (0)