We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32d44b commit 4d880c9Copy full SHA for 4d880c9
.github/workflows/build-samples-json.yml
@@ -2,17 +2,18 @@ name: Trigger Docs Samples Rebuild
2
3
on:
4
push:
5
- branches: main
+ branches:
6
+ - main
7
paths:
- - 'samples/**'
8
+ - "samples/**"
9
10
jobs:
11
build-json:
12
runs-on: ubuntu-latest
13
steps:
- - name: Trigger CLI Autodoc
14
- uses: peter-evans/repository-dispatch@v1
15
- with:
16
- token: ${{ secrets.DOCS_ACTION_TRIGGER_TOKEN }}
17
- repository: DefangLabs/defang-docs
18
- event-type: sample-update
+ - name: Trigger CLI Autodoc
+ uses: peter-evans/repository-dispatch@v1
+ with:
+ token: ${{ secrets.DOCS_ACTION_TRIGGER_TOKEN }}
+ repository: DefangLabs/defang-docs
19
+ event-type: sample-update
0 commit comments