Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Mar 21, 2024
1 parent 002db9e commit 4dd5517
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-dispatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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

0 comments on commit 4dd5517

Please sign in to comment.