Преглед на файлове

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

Ask Solem преди 15 години
родител
ревизия
540088ec7b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)