2024-02-22 20:42:06 -07:00
|
|
|
name: kibot
|
2024-02-22 20:46:08 -07:00
|
|
|
on: [push]
|
2024-02-22 20:42:06 -07:00
|
|
|
|
|
|
|
jobs:
|
2024-02-22 22:13:10 -07:00
|
|
|
generate_outputs:
|
2024-02-22 21:06:35 -07:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
2024-02-24 01:43:08 -07:00
|
|
|
with:
|
|
|
|
fetch-depth: 2
|
2024-02-22 21:21:32 -07:00
|
|
|
- uses: INTI-CMNB/KiBot@v2_k7
|
2024-02-22 21:06:35 -07:00
|
|
|
with:
|
|
|
|
config: config.kibot.yaml
|
|
|
|
dir: output
|
2024-02-22 22:11:47 -07:00
|
|
|
- uses: actions/upload-artifact@v3
|
2024-02-22 21:06:35 -07:00
|
|
|
with:
|
|
|
|
name: output
|
|
|
|
path: output
|