Skip to content

Commit

Permalink
Complete README with WARNING section.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed May 15, 2021
1 parent 3a19e25 commit 5eb59e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ The docs folder at rool level contains all files that will be published. To make
- add all the new files using `git add docs`
- commit using `git commit -am "message"` (so new files and deleted files will be commited, except docs/CNAME file)
- and push the commit

### WARNING!!

- never delete the **docs/CNAME file** (which is mandatory for the final generated site to work)
- in case it has been removed, restore it using `git checkout docs/CNAME`

0 comments on commit 5eb59e0

Please sign in to comment.