diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cdef01e..f116472 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -19,7 +19,8 @@ jobs: set -x cp README.tpl.md README.md ls -lah bin/ - #./bin/rss -f https://www.deblan.io/RSS | head -n 10 >> README.md + sh ./bin/rss -f https://www.deblan.io/RSS + sh ./bin/rss -f https://www.deblan.io/RSS | head -n 10 >> README.md #cat README.md - run: | git status