Merge branch 'remove_fake-commit' of vincent/website into master

lektura
Max Mehl 2018-04-09 14:58:59 +02:00 committed by Gogs
commit 7d6d6ceb51
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
signatures).
To trigger a build, use something like this:
```
git commit --allow-empty -m 'Trigger build'
```
## Maintainers

View File

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