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:
5
.github/workflows/page.yml
vendored
5
.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
|
||||
|
||||
@ -56,4 +57,4 @@ jobs:
|
||||
folder: site # The folder the action should deploy
|
||||
branch: gh-pages # The branch the action should deploy to
|
||||
clean: true # Automatically remove deleted files from the deploy branch
|
||||
commit-message: "Deploy site generated on ${{ github.sha }}"
|
||||
commit-message: "Deploy site generated on ${{ github.sha }}"
|
||||
|
Reference in New Issue
Block a user