Skip to content

Commit 05c865d

Browse files
devversionmmalerba
authored andcommitted
build: include license in docs-content (#3557)
* Now includes the `LICENSE` file in the `material2-docs-content` repository. Similar as for `material2-builds`.
1 parent bf2b615 commit 05c865d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/release/publish-docs-content.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ done
6363
# Move highlighted examples into $repoPath
6464
cp -r $examplesSource/* $repoPath/examples
6565

66+
# Copies assets over to the docs-content repository.
67+
cp LICENSE $repoPath/
68+
6669
# Push content to repo
6770
cd $repoPath
6871
git config user.name "$commitAuthorName"

0 commit comments

Comments
 (0)