Skip to content

Commit 140aa7a

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

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-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@v3
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へアップロードする

0 commit comments

Comments
 (0)