Update page.yml

This commit is contained in:
idk
2025-05-05 23:08:17 -04:00
committed by GitHub
parent 883cc95077
commit eba8348386

View File

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