Skip to content

Commit e97ce62

Browse files
committed
try this
1 parent bcd420a commit e97ce62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
path: docs
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: 'stable'
21+
go-version: 'latest'
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 18.x

generate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# The generator: https://github.com/Unpackerr/unpackerr/tree/main/init/config
44

55
set -e
6+
GOPROXY=direct
67

78
pushd "$(dirname -- "${BASH_SOURCE[0]}")/docs/install"
89
go run github.com/Unpackerr/unpackerr/init/config@main docs

0 commit comments

Comments
 (0)