1
0
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:
Jesse Wilson
2022-02-06 11:58:16 -05:00
parent ef034224af
commit a8e0f46488
3 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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