diff --git a/.github/workflows/gen-docs.yml b/.github/workflows/gen-docs.yml index eea76204..99740f2c 100644 --- a/.github/workflows/gen-docs.yml +++ b/.github/workflows/gen-docs.yml @@ -52,7 +52,7 @@ jobs: git merge -X theirs origin/main --allow-unrelated-histories GOBIN=/tmp/ go install github.com/google/go-licenses@v1.6.0 - /tmp/go-licenses report ./... --template licenses.tpl --ignore internal > third-party-licenses.txt 2> /dev/null || echo "Ignore warnings" + /tmp/go-licenses report ./... --template .github/workflows/licenses.tpl --ignore internal > third-party-licenses.txt 2> /dev/null || echo "Ignore warnings" # /tmp/go-licenses save ./cmd/apigeecli --save_path=third-party --force || echo "Ignore warnings" # git add third-party third-party-licenses.txt