mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
More deploy_website fixes
This commit is contained in:
@@ -15,10 +15,10 @@ DIR=temp-clone
|
||||
rm -rf $DIR
|
||||
|
||||
# Clone the current repo into temp folder
|
||||
git clone $REPO $DIR
|
||||
#git clone $REPO $DIR
|
||||
# Replace `git clone` with these lines to hack on the website locally
|
||||
# cp -a . "../okhttp-website"
|
||||
# mv "../okhttp-website" "$DIR"
|
||||
cp -a . "../okhttp-website"
|
||||
mv "../okhttp-website" "$DIR"
|
||||
|
||||
# Move working directory into temp folder
|
||||
cd $DIR
|
||||
|
||||
@@ -115,7 +115,8 @@ nav:
|
||||
- 'Version 3.x': changelogs/changelog_3x.md
|
||||
- 'Version 2.x': changelogs/changelog_2x.md
|
||||
- 'Version 1.x': changelogs/changelog_1x.md
|
||||
- 'Contributing': contribute/contributing.md
|
||||
- 'Contributing':
|
||||
- contribute/contributing.md
|
||||
- 'Code of Conduct': contribute/code_of_conduct.md
|
||||
- 'Concurrency': contribute/concurrency.md
|
||||
- 'Debug Logging': contribute/debug_logging.md
|
||||
|
||||
Reference in New Issue
Block a user