This commit is contained in:
Joseph Garrone 2020-05-16 18:56:34 +02:00
commit d255579bf2

View file

@ -132,10 +132,12 @@ const str = fs.readFileSync(
).toString("utf8"); ).toString("utf8");
``` ```
# Re-triggering the CI tests # Video demo
[![Watch the video](https://user-images.githubusercontent.com/6702424/82117367-c32ea700-976f-11ea-93f9-ec056aebc528.png)](https://youtu.be/Q5t-yP2PvPA)
# Example of auto generated readme:
![serve php](https://user-images.githubusercontent.com/6702424/82119079-d34c8380-977b-11ea-986d-55c783ca076a.jpeg)
To manually re-trigger the workflows run on the last commit run the following commands:
```bash
git commit -m "Retrigger CI" --allow-empty
git push -f
```