We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc7acc commit 343f952Copy full SHA for 343f952
docs/other/upload_future_docs.sh
@@ -3,14 +3,14 @@
3
git checkout v0.16.0 # or whatever
4
rm -Rf docs/build/
5
cd docs; make html
6
-cp cheatsheet.pdf /shared/
+cp cheatsheet.pdf ~/shared/
7
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 *
+touch ~/shared/python-future-html-docs.zip
+rm ~/shared/python-future-html-docs.zip
+zip -r ~/shared/python-future-html-docs.zip *
11
12
-scp /shared/python-future-html-docs.zip python-future.org:
13
-scp /shared/cheatsheet.pdf python-future.org:
+scp ~/shared/python-future-html-docs.zip python-future.org:
+scp ~/shared/cheatsheet.pdf python-future.org:
14
ssh python-future.org
15
16
0 commit comments