mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Migrate to new version of artifact uploader
This commit is contained in:
parent
d7f0f2a5e8
commit
0e84e0cd56
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
||||||
mv ./public/index.redirects ../new_redirects
|
mv ./public/index.redirects ../new_redirects
|
||||||
|
|
||||||
- name: Upload site artifact
|
- name: Upload site artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: site
|
name: site
|
||||||
path: ./www.byjp.me/public
|
path: ./www.byjp.me/public
|
||||||
|
@ -92,7 +92,7 @@ jobs:
|
||||||
working-directory: ./www.byjp.me
|
working-directory: ./www.byjp.me
|
||||||
run: task gemini-reduce
|
run: task gemini-reduce
|
||||||
- name: Upload capsule artifact
|
- name: Upload capsule artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: capsule
|
name: capsule
|
||||||
path: ./www.byjp.me/public
|
path: ./www.byjp.me/public
|
||||||
|
|
Loading…
Reference in a new issue