Skip to content

Instantly share code, notes, and snippets.

@rwcarlsen
Created August 6, 2015 15:02
Show Gist options
  • Save rwcarlsen/a92b2a21fb7ecd33f6fa to your computer and use it in GitHub Desktop.
Save rwcarlsen/a92b2a21fb7ecd33f6fa to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index 007b170..b4912db 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ help:
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
html-docker gh-preview-docker:
- docker run -w /cyclus.github.com -v $(PWD):/cyclus.github.com cyclus/fuelcycle.org-deps make gh-preview
+ docker run -w /cyclus.github.com -v $(PWD):/cyclus.github.com cyclus/fuelcycle.org-deps bash -c "make gh-preview && chmod -R 777 gh-build"
gh-clean gh-revert clean:
-rm -rf $(BUILDDIR)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment