mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-06-07 10:01:41 -04:00
fix page workflow
This commit is contained in:
3
.github/workflows/page.yml
vendored
3
.github/workflows/page.yml
vendored
@ -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/github-site-gen" ./github-site-gen
|
||||
# Ensure the binary is executable
|
||||
chmod +x github-site-gen
|
||||
|
||||
|
Reference in New Issue
Block a user