found issue (was adding IPFS token in the wrong place)
This commit is contained in:
parent
716c61a44e
commit
db362f7009
2
.github/github_update_homepage.sh
vendored
2
.github/github_update_homepage.sh
vendored
|
@ -31,7 +31,7 @@ echo "Connecting to some IPFS node..."
|
|||
echo "Pinning $h on the remote service..."
|
||||
(
|
||||
ipfs pin remote add --service=my-remote-pin --name='site-suzanne.soy-'"$GITHUB_SHA" "$h"
|
||||
) # > /dev/null 2>&1
|
||||
) > /dev/null 2>&1
|
||||
echo "Finished pinning $h on the remote service"
|
||||
|
||||
# Update Homepage URL on GitHub
|
||||
|
|
Loading…
Reference in New Issue
Block a user