Update pack_img.yaml

This commit is contained in:
autumn-2-net 2024-10-09 17:48:37 +08:00 committed by GitHub
parent 44f83541c9
commit 4dadb9dd3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,18 @@ jobs:
with:
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
id: deployment
uses: actions/deploy-pages@v4