Skip to content

Commit

Permalink
build: include license in docs-content (#3557)
Browse files Browse the repository at this point in the history
* Now includes the `LICENSE` file in the `material2-docs-content` repository. Similar as for `material2-builds`.
  • Loading branch information
devversion authored and mmalerba committed Mar 14, 2017
1 parent bf2b615 commit 05c865d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/release/publish-docs-content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ done
# Move highlighted examples into $repoPath
cp -r $examplesSource/* $repoPath/examples

# Copies assets over to the docs-content repository.
cp LICENSE $repoPath/

# Push content to repo
cd $repoPath
git config user.name "$commitAuthorName"
Expand Down

0 comments on commit 05c865d

Please sign in to comment.