Skip to content

Commit 9fd62e3

Browse files
author
Fabien Coelho
committed
try to fix perm issues
1 parent 4e3a1f6 commit 9fd62e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ docs: venv
5757
$(MAKE) -C docs html
5858
find docs/_build -type d -print0 | xargs -0 chmod a+rx
5959
find docs/_build -type f -print0 | xargs -0 chmod a+r
60+
chmod a+rx docs
6061
ln -s docs/_build/html _site
6162

6263
.PHONY: clean

0 commit comments

Comments
 (0)