Brendan Haines
3125532050
All checks were successful
kibot / generate_outputs (push) Successful in 8m7s
Fetch parent commit as well for kibot diff
18 lines
347 B
YAML
18 lines
347 B
YAML
name: kibot
|
|
on: [push]
|
|
|
|
jobs:
|
|
generate_outputs:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 2
|
|
- uses: INTI-CMNB/KiBot@v2_k7
|
|
with:
|
|
config: config.kibot.yaml
|
|
dir: output
|
|
- uses: actions/upload-artifact@v3
|
|
with:
|
|
name: output
|
|
path: output |