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 895085f commit 13a70bfCopy full SHA for 13a70bf
.github/workflows/docs.yml
@@ -50,6 +50,8 @@ jobs:
50
51
echo "Unpacking tar into gh-pages branch"
52
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
53
+ go install github.com/google/addlicense@latest
54
+ addlicense .
55
cd $GITHUB_WORKSPACE && git checkout gh-pages && tar xvf ~/android-maps-utils-docs.tar
56
57
# Commit changes and create a PR
0 commit comments