Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

fix(generate-docs): fix generate-docs.sh. #4765

Merged
merged 1 commit into from
Apr 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ echo "Transfering files to gh-pages..."
cd ".."
git branch -D gh-pages
git pull -f https://github.com/angular/protractor.git gh-pages:gh-pages
git checkout gh-pages
git reset --hard
git checkout gh-pages
cp -r website/build/* .
git add -A
git commit -m "chore(website): automatic docs update for ${VERSION}"
Expand Down