We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd420a commit e97ce62Copy full SHA for e97ce62
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
path: docs
19
- uses: actions/setup-go@v5
20
with:
21
- go-version: 'stable'
+ go-version: 'latest'
22
- uses: actions/setup-node@v4
23
24
node-version: 18.x
generate.sh
@@ -3,6 +3,7 @@
3
# The generator: https://github.com/Unpackerr/unpackerr/tree/main/init/config
4
5
set -e
6
+GOPROXY=direct
7
8
pushd "$(dirname -- "${BASH_SOURCE[0]}")/docs/install"
9
go run github.com/Unpackerr/unpackerr/init/config@main docs
0 commit comments