mirror of
https://github.com/go-i2p/go-gh-page.git
synced 2025-06-07 10:01:43 -04:00
fix links on docs pages
This commit is contained in:
8
Makefile
8
Makefile
@ -1,13 +1,5 @@
|
||||
<<<<<<< HEAD
|
||||
fmt: cp
|
||||
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
|
||||
|
||||
cp:
|
||||
cp -v ./.github/workflows/page.yml pkg/templates/page.yml
|
||||
||||||| 883cc95
|
||||
fmt:
|
||||
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
|
||||
=======
|
||||
fmt:
|
||||
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
|
||||
>>>>>>> a0804fdff6ce1cf2312908d85889ae632c2915e6
|
||||
|
@ -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