Update page.yml

This commit is contained in:
idk
2025-05-05 23:09:31 -04:00
committed by GitHub
parent eba8348386
commit 21988f5cc5

View File

@ -32,7 +32,7 @@ jobs:
run: |
go install github.com/go-i2p/go-gh-page/cmd/github-site-gen@latest
export GOBIN=$(go env GOPATH)/bin
cp -v "$GOBIN/bin/github-site-gen" ./github-site-gen
cp -v "$GOBIN/github-site-gen" ./github-site-gen
# Ensure the binary is executable
chmod +x github-site-gen