We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e31f38 commit b6198abCopy full SHA for b6198ab
publish
@@ -130,7 +130,7 @@ chmod 755 build/examples build/j build/i build/d && \
130
chmod 644 build/*.html build/*.css build/*.txt build/*.zip build/examples/* build/examples/.htaccess build/j/* build/j/.htaccess build/i/* build/i/.htaccess build/d/.htaccess build/.htaccess || die "Failed to reset file permissions"
131
132
# ship it!
133
-die "Aborting without publishing"
+#die "Aborting without publishing"
134
echo -n "publishing"
135
rsync -essh -a build/d/.htaccess build/*.zip diveintomark.org:~/web/diveintopython3.org/d/ && \
136
echo -n "." && \
0 commit comments