Skip to content

Commit 6885dc0

Browse files
authored
Update jekyll.yml
1 parent 233b9b1 commit 6885dc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/jekyll.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
6262
uses: actions/deploy-pages@v2
63+
with:
64+
name: site-artifact
6365

6466
# Deployment Job to Tencent
6567
deploy-tencent:
@@ -70,11 +72,12 @@ jobs:
7072
uses: actions/download-artifact@v3
7173
with:
7274
name: site-artifact
75+
path: artifact
7376

7477
- name: Extract Artifact
7578
run: |
7679
mkdir -p _site
77-
tar -xvf site-artifact.tar -C _site
80+
tar -xvf artifact/site-artifact.tar -C _site
7881
7982
- name: Deploy to Tencent Cloud
8083
uses: easingthemes/ssh-deploy@main

0 commit comments

Comments
 (0)