mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-11 03:25:33 +01:00
Extract GHPages artifact
This commit is contained in:
parent
70e6ec76a4
commit
0edf590a92
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -74,6 +74,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: site
|
name: site
|
||||||
path: ./public
|
path: ./public
|
||||||
|
- name: Extract Github Pages artifact
|
||||||
|
run: tar - xf ./public.tar
|
||||||
- name: Publish to IPFS
|
- name: Publish to IPFS
|
||||||
id: Publish
|
id: Publish
|
||||||
uses: aquiladev/ipfs-action@master
|
uses: aquiladev/ipfs-action@master
|
||||||
|
|
Loading…
Reference in a new issue