Update CI config

This commit is contained in:
Shiny Nematoda
2023-04-02 16:02:25 +00:00
parent e00bf96b4f
commit 8cf8116408
+2
View File
@@ -4,9 +4,11 @@ pipeline:
commands:
- apk add jq git
- chmod u+x gen.sh && ./gen.sh
- git remote set-url origin https://$CBTOKEN@codeberg.org/Hyperpipe/pages.git
- git add .
- git config user.name "Hyperpipe Bot"; git config user.email "hyperpipe@noreply.codeberg.org"
- git commit -m "Updated CSV and INSTANCE.md [CI SKIP]"
- git push origin main
secrets: [ cbtoken ]
when:
event: ['push']