Skip to content

Commit 35fece8

Browse files
authored
ci: fix snapshots (#15908)
1 parent 7469c09 commit 35fece8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy/publish-docs-content.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ docsContentPath="${projectPath}/tmp/material2-docs-content"
2727
examplesPackagePath="$(bazel info bazel-bin)/src/material-examples/npm_package"
2828

2929
# Git clone URL for the material2-docs-content repository.
30-
docsContentRepoUrl="https://github.com/angular/components-docs-content"
30+
docsContentRepoUrl="https://github.com/angular/material2-docs-content"
3131

3232
# Current version of Angular Material from the package.json file
3333
buildVersion=$(node -pe "require('./package.json').version")

0 commit comments

Comments
 (0)