Skip to content

Commit e1b59ab

Browse files
authored
Merge pull request #38 from ocsigen/makefile-doc
add: precisions about make deploy in README.md
2 parents 60adb05 + 2b50575 commit e1b59ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ directory.
1111
* `make local` --- generates the website with links supporting local navigation. (*For testing only!*)
1212
* `make website` --- generates the files to upload on GitHub Pages.
1313
* `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`.
14+
* `make deploy` --- `make commit` + `git push origin master`.
1515
* `make open` --- opens `index.html` in your default web browser.
1616

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+
1720
## Blog
1821

1922
This repository also contains the Ocsigen blog.

0 commit comments

Comments
 (0)