Update pack_img.yaml
This commit is contained in:
parent
44f83541c9
commit
4dadb9dd3e
12
.github/workflows/pack_img.yaml
vendored
12
.github/workflows/pack_img.yaml
vendored
@ -44,6 +44,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: images
|
path: images
|
||||||
|
|
||||||
|
- name: Save stitched image as artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: auto_img_zh_cn # 上传生成的图片作为 artifact
|
||||||
|
path: auto_img_zh_cn.png # 替换为你生成图片的路径
|
||||||
|
|
||||||
|
- name: Save stitched image as artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: auto_img_en # 上传生成的图片作为 artifact
|
||||||
|
path: auto_img_en.png # 替换为你生成图片的路径
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user