Skip to content

Commit 5d97267

Browse files
authored
Update deploy.yml
1 parent 126cdc0 commit 5d97267

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,14 @@ jobs:
5656
steps:
5757
- name: Chekout
5858
uses: actions/checkout@v6
59+
with:
60+
path: _site
61+
- run: rm -rf _site/index
5962
- name: Download artifact
6063
uses: actions/download-artifact@v8
6164
with:
6265
name: index
66+
path: _site
6367
- run: ls -l
6468
- name: Setup Pages
6569
uses: actions/configure-pages@v6

0 commit comments

Comments
 (0)