Skip to content

test action

test action #1

Workflow file for this run

name: Test Docs Dispatch
on:
push:
branches:
- cli-autodoc
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: defang-io/defang-docs
event-type: test-deploy