summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-12-31 12:15:10 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2019-12-31 12:15:20 +0100
commite146dac323a5eb9346bc948906c222d8d94360a7 (patch)
treeb4acb387e0001271cbad02cc0a5545a0c143c8e1
parentfa752386000469a9ebd3086ab728ad1bacfa2f9d (diff)
downloadhakyll-e146dac323a5eb9346bc948906c222d8d94360a7.tar.gz
Add stack build to github pages tutorial
Closes #473
-rw-r--r--web/tutorials/github-pages-tutorial.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/web/tutorials/github-pages-tutorial.md b/web/tutorials/github-pages-tutorial.md
index 3e55115..f79605c 100644
--- a/web/tutorials/github-pages-tutorial.md
+++ b/web/tutorials/github-pages-tutorial.md
@@ -77,7 +77,14 @@ Ensure we are in the correct branch.
git checkout develop
```
-Get a clean build of our site.
+We need to be able to run the executable that generates the website, so we need
+to compile it first. If you are using `stack`, this can be done using:
+
+```
+stack build
+```
+
+Now get a clean build of our site.
```
stack exec myblog clean