Skip to content

training docs

training docs #113

Workflow file for this run

name: Tests
on: [push]
jobs:
test-package:
uses: ./.github/workflows/run_unit_tests.yml
update-docs:
uses: ./.github/workflows/update_docs.yml
needs: [ test-package ]