We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e32df commit 60aa9e9Copy full SHA for 60aa9e9
scripts/release/publish-docs-content.sh
@@ -5,10 +5,10 @@
5
6
cd "$(dirname $0)/../../"
7
8
-docsPath="/dist/docs"
+docsPath="./dist/docs"
9
repoPath="/tmp/material2-docs-content"
10
repoUrl="https://github.com/DevVersion/material2-docs-content"
11
-examplesSource="/dist/docs/examples"
+examplesSource="./dist/docs/examples"
12
13
# If the docs directory is not present, generate docs
14
if [ ! -d $docsPath ]; then
@@ -22,7 +22,7 @@ commitAuthorEmail="$(git --no-pager show -s --format='%ae' HEAD)"
22
commitMessage="$(git log --oneline -n 1)"
23
24
# create directory and clone test repo
25
-rm -rf /tmp/
+rm -rf $repoPath
26
mkdir -p $repoPath
27
git clone $repoUrl $repoPath
28
0 commit comments