Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 754a9fd

Browse files
committed
chore(docs): remove rm for old doc files. automating this is a bad idea.
1 parent 830d334 commit 754a9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/travis/publish-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ if [ "$TRAVIS_REPO_SLUG" = "angular/angular.dart" ]; then
1616
rm -Rf docs.angulardart.org
1717
git clone https://github.com/angular/docs.angulardart.org.git
1818

19-
echo "Removing old stable docs..."
20-
rm -rf docs.angulardart.org/docs
19+
# echo "Removing old stable docs..."
20+
# rm -rf docs.angulardart.org/docs
2121

2222
echo "Copying new docs into stable folder..."
2323
rsync -a dartdoc-viewer/client/build/web/* docs.angulardart.org/

0 commit comments

Comments
 (0)