mirror of
https://codeberg.org/Hyperpipe/pages
synced 2024-12-06 19:16:42 +01:00
Update CI config
This commit is contained in:
@@ -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']
|
||||
Reference in New Issue
Block a user