mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +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:
|
||||
name: site
|
||||
path: ./public
|
||||
- name: Extract Github Pages artifact
|
||||
run: tar - xf ./public.tar
|
||||
- name: Publish to IPFS
|
||||
id: Publish
|
||||
uses: aquiladev/ipfs-action@master
|
||||
|
|
Loading…
Reference in a new issue