commit db362f7009fd7f39439b1b1bd61342ab2327a4ed
parent 716c61a44ec065f04dea0c586c389e33e9727e56
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date: Tue, 18 Apr 2023 02:24:00 +0100
found issue (was adding IPFS token in the wrong place)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/github_update_homepage.sh b/.github/github_update_homepage.sh
@@ -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