Skip to content

docs: refactor and split network API documentation #720

docs: refactor and split network API documentation

docs: refactor and split network API documentation #720

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: docs
# Controls when the workflow will run
on:
pull_request_target:
types: [opened, reopened, synchronize]
issue_comment:
types: [created]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
docs:
uses: open-vela/public-actions/.github/workflows/docs.yml@dev
secrets: inherit