Skip to content

Commit 9270594

Browse files
authored
Update publish.yml
1 parent caf22e3 commit 9270594

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
uses: limjh16/jekyll-action-ts@v2
2626
with:
2727
enable_cache: true
28+
29+
- name: Uploading artifacts
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: website sources
33+
path: |
34+
_site
2835
2936
- name: 🚀 deploy
3037
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)