Skip to content

Commit 343f952

Browse files
committed
Update instructions for uploading docs
1 parent 3dc7acc commit 343f952

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/other/upload_future_docs.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
git checkout v0.16.0 # or whatever
44
rm -Rf docs/build/
55
cd docs; make html
6-
cp cheatsheet.pdf /shared/
6+
cp cheatsheet.pdf ~/shared/
77
cd build
8-
touch /shared/python-future-html-docs.zip
9-
rm /shared/python-future-html-docs.zip
10-
zip -r /shared/python-future-html-docs.zip *
8+
touch ~/shared/python-future-html-docs.zip
9+
rm ~/shared/python-future-html-docs.zip
10+
zip -r ~/shared/python-future-html-docs.zip *
1111

12-
scp /shared/python-future-html-docs.zip python-future.org:
13-
scp /shared/cheatsheet.pdf python-future.org:
12+
scp ~/shared/python-future-html-docs.zip python-future.org:
13+
scp ~/shared/cheatsheet.pdf python-future.org:
1414
ssh python-future.org
1515

1616

0 commit comments

Comments
 (0)