mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Go into right dir
This commit is contained in:
parent
0edf590a92
commit
cab4fed06f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
name: site
|
||||
path: ./public
|
||||
- name: Extract Github Pages artifact
|
||||
run: tar - xf ./public.tar
|
||||
run: (cd ./public && tar - xf ./public.tar)
|
||||
- name: Publish to IPFS
|
||||
id: Publish
|
||||
uses: aquiladev/ipfs-action@master
|
||||
|
|
Loading…
Reference in a new issue