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

This commit is contained in:
Simon Vieille 2023-10-02 23:01:21 +02:00
parent 7448aff25d
commit 983b0b119f
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -15,6 +15,9 @@ jobs:
- run: |
git config --global user.email ci@gitnet.fr
git config --global user.name CI
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
cp README.tpl.md README.md
./bin/rss -f https://www.deblan.io/RSS | head --lines=10 >> README.md