fix page workflow

This commit is contained in:
eyedeekay
2025-05-10 23:19:50 -04:00
parent 0a262d5780
commit fc9734d43d

View File

@ -31,7 +31,8 @@ jobs:
- name: Build Site Generator - name: Build Site Generator
run: | run: |
go install github.com/go-i2p/go-gh-page/cmd/github-site-gen@latest 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/github-site-gen" ./github-site-gen
# Ensure the binary is executable # Ensure the binary is executable
chmod +x github-site-gen chmod +x github-site-gen