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 a00576f commit e2878b0Copy full SHA for e2878b0
Makefile
@@ -31,8 +31,9 @@ docs:
31
32
for file in "html" "css" "js" "json"; do \
33
echo "Cleaning whitespace in *."$$file ; \
34
- find docs/output -name "*."$$file -exec sed -E -i '' -e 's/[[:blank:]]*$///' {} \; ; \
+ find docs/output -name "*."$$file -exec sed -E -i "" -e "s/[[:blank:]]*$$//" {} \; ; \
35
done
36
+ find docs -type f -execdir chmod 644 {} \;
37
38
cp -rfv docs/output/* docs
39
cd docs && \
0 commit comments