[wip] gitea actions
Some checks failed
Build profile / Build (push) Failing after 5s

This commit is contained in:
Simon Vieille 2023-10-02 22:47:25 +02:00
parent 3544af80c9
commit 2760eb0219
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -17,9 +17,7 @@ jobs:
git config --global user.name CI
- run: |
cp README.tpl.md README.md
apt-get update && apt-get install -y man
man head
./bin/rss -f https://www.deblan.io/RSS | head >> README.md
./bin/rss -f https://www.deblan.io/RSS | head -n10 >> README.md
- run: |
git status
git add .