Skip to content

Commit 13a70bf

Browse files
authored
chore: add license header to docs (#1431)
1 parent 895085f commit 13a70bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
5151
echo "Unpacking tar into gh-pages branch"
5252
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
53+
go install github.com/google/addlicense@latest
54+
addlicense .
5355
cd $GITHUB_WORKSPACE && git checkout gh-pages && tar xvf ~/android-maps-utils-docs.tar
5456
5557
# Commit changes and create a PR

0 commit comments

Comments
 (0)