Skip to content

Commit fc31717

Browse files
jelbourntinayuangao
authored andcommitted
chore: publish docs content under angular org (#3508)
1 parent 0f28daf commit fc31717

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/release/publish-build-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ git config user.name "$commitAuthorName"
4242
git config user.email "$commitAuthorEmail"
4343
git config credential.helper "store --file=.git/credentials"
4444

45-
echo "https://${MATERIAL2_BUILDS_TOKEN}:@github.com" > .git/credentials
45+
echo "https://${MATERIAL2_DOCS_CONTENT_TOKEN}:@github.com" > .git/credentials
4646

4747
git add -A
4848
git commit -m "$commitMessage"

scripts/release/publish-docs-content.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd "$(dirname $0)/../../"
77

88
docsPath="./dist/docs"
99
repoPath="/tmp/material2-docs-content"
10-
repoUrl="https://github.com/DevVersion/material2-docs-content"
10+
repoUrl="https://github.com/angular/material2-docs-content"
1111
examplesSource="./dist/docs/examples"
1212

1313
# If the docs directory is not present, generate docs

0 commit comments

Comments
 (0)