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 a778c5a commit 7feca21Copy full SHA for 7feca21
1 file changed
justfile
@@ -11,6 +11,7 @@ generate-static:
11
rm -rf yesodweb.com
12
git clone https://github.com/yesodweb/yesodweb.com
13
cd yesodweb.com && stack build
14
+ cd yesodweb.com && git clone https://github.com/yesodweb/yesodweb.com-content.git content
15
cd yesodweb.com/make-it-static && cargo run
16
mv yesodweb.com/public .
17
git add public
0 commit comments