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.
2 parents 60adb05 + 2b50575 commit e1b59abCopy full SHA for e1b59ab
README.md
@@ -11,9 +11,12 @@ directory.
11
* `make local` --- generates the website with links supporting local navigation. (*For testing only!*)
12
* `make website` --- generates the files to upload on GitHub Pages.
13
* `make commit` --- `make website` + `git add` the files + `git commit -v` (opens your `$EDITOR` for editing commit message).
14
-* `make deploy` --- `make comit` + `git push origin master`.
+* `make deploy` --- `make commit` + `git push origin master`.
15
* `make open` --- opens `index.html` in your default web browser.
16
17
+The content of the website is not refreshed automatically.
18
+**On each modification/addition of a .wiki file, you have to** `make deploy`.
19
+
20
## Blog
21
22
This repository also contains the Ocsigen blog.
0 commit comments