File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ git config user.name "$commitAuthorName"
42
42
git config user.email " $commitAuthorEmail "
43
43
git config credential.helper " store --file=.git/credentials"
44
44
45
- echo " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" > .git/credentials
45
+ echo " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" > .git/credentials
46
46
47
47
git add -A
48
48
git commit -m " $commitMessage "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cd "$(dirname $0)/../../"
7
7
8
8
docsPath=" ./dist/docs"
9
9
repoPath=" /tmp/material2-docs-content"
10
- repoUrl=" https://github.com/DevVersion /material2-docs-content"
10
+ repoUrl=" https://github.com/angular /material2-docs-content"
11
11
examplesSource=" ./dist/docs/examples"
12
12
13
13
# If the docs directory is not present, generate docs
You can’t perform that action at this time.
0 commit comments