Explorar o código

pavement: Fix the ghdocs task (quoted shell glob pattern by mistake)

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
540088ec7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pavement.py

+ 1 - 1
pavement.py

@@ -30,7 +30,7 @@ def ghdocs(options):
     builtdocs = sphinx_builddir(options)
     sh("sphinx-to-github", cwd=builtdocs)
     sh("git checkout gh-pages && \
-            cp -r '%s/*' .    && \
+            cp -r %s/* .    && \
             git commit . -m 'Rendered documentation for Github Pages.' && \
             git push origin gh-pages && \
             git checkout master" % builtdocs)