www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit 716c61a44ec065f04dea0c586c389e33e9727e56
parent b1cde3190070e2bc99fb8c362af5162bb7b7f8ea
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Tue, 18 Apr 2023 02:16:18 +0100

debug...

Diffstat:
M.github/github_update_homepage.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/github_update_homepage.sh b/.github/github_update_homepage.sh @@ -24,14 +24,14 @@ echo "Adding remote pinning service..." ) > /dev/null 2>&1 echo "Connecting to some IPFS node..." -#( +( ipfs swarm connect "$IPFS_SWARM_CONNECT_TO" -#) > /dev/null 2>&1 +) > /dev/null 2>&1 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