Merge branch 'remove_fake-commit' of vincent/website into master
commit
7d6d6ceb51
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
A file to do fake commits to trigger the build after a PR has been merged.
|
||||
|
||||
fake16
|
Loading…
Reference in New Issue