mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
IPFS publish needs artifact
This commit is contained in:
parent
f666e2099a
commit
a1a83d58d7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -49,6 +49,7 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
name: site
|
||||
path: ./public
|
||||
|
||||
# Deployment job
|
||||
|
@ -67,6 +68,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: site
|
||||
path: ./public
|
||||
- name: Publish to IPFS
|
||||
id: Publish
|
||||
uses: aquiladev/ipfs-action@master
|
||||
|
|
Loading…
Reference in a new issue