forked from greenelab/deep-review
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autobuild.sh: include webpage.py execution (greenelab#113)
Most autobuild users will want to automatically update the webpage. See discussion at manubot/rootstock#101 (comment) Update README to better document autobuild.
- Loading branch information
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Automatically rebuild manuscript when content changes | ||
# Automatically rebuild mansucript outputs and the webpage when content changes | ||
# Depends on watchdog https://github.com/gorakhargosh/watchdog | ||
watchmedo shell-command \ | ||
--wait \ | ||
--command='sh build/build.sh' \ | ||
--command='sh build/build.sh && python build/webpage.py' \ | ||
content |