taskvisor 0.1.2

Event-driven task orchestration with restart, backoff, and user-defined subscribers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: Docs

on: { workflow_call: {} }

jobs:
  docs:
    runs-on: ${{ vars.RUNS_ON }}
    steps:
      - uses: actions/checkout@v4
      - name: Run docs gen
        uses: soltiHQ/actions/taskfile@main
        with: { command: ci:cargo/docs }