Fixes #255 - Remove the fake-commit file

lektura
Vincent Lequertier 2018-03-21 15:18:40 +01:00
parent 4a7d93d186
commit abcb02bef8
2 changed files with 5 additions and 3 deletions

View File

@ -154,6 +154,11 @@ website is automatically deployed when there's a push to the master
branch of the repository, as well as once an hour (to update branch of the repository, as well as once an hour (to update
signatures). signatures).
To trigger a build, use something like this:
```
git commit --allow-empty -m 'Trigger build'
```
## Maintainers ## Maintainers

View File

@ -1,3 +0,0 @@
A file to do fake commits to trigger the build after a PR has been merged.
fake16