rlee287 / pyautoupdate

An auto-update API for Python programs. ARCHIVED: The update mechanism here contains no guarantees about code integrity. You may want to look at TUF (The Update Framework) instead.
GNU Lesser General Public License v2.1
14 stars 2 forks source link

Fix permission errors in doc_build.sh #27

Closed rlee287 closed 7 years ago

rlee287 commented 7 years ago

Bug Report

Python version: n/a

Operating System: Travis CI Docker

Description of the problem: Various operations on the cloned gh-pages repo fail due to permission errors.

rlee287 commented 7 years ago

Turned out to be caused by faulty chmod call on Travis CI server.