Skip to content

Commit aec6a38

Browse files
committed
update CI/CD
1 parent 54f2996 commit aec6a38

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-jekyll.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353

5454
- name: Upload artifact
5555
# Automatically uploads an artifact from the './_site' directory by default
56-
uses: actions/upload-pages-artifact@v1
56+
uses: actions/upload-pages-artifact@v3
57+
with:
58+
path: _site
5759

5860
# Deployment job
5961
deploy:
@@ -65,4 +67,4 @@ jobs:
6567
steps:
6668
- name: Deploy to GitHub Pages
6769
id: deployment
68-
uses: actions/deploy-pages@v2
70+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)