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 576c297 commit 85a9362Copy full SHA for 85a9362
.github/workflows/previews.yml
@@ -9,10 +9,16 @@ on:
9
- "*"
10
11
jobs:
12
- build:
+ build-example:
13
runs-on: ubuntu-latest
14
steps:
15
- - name: Trigger `Build and deploy` workflow in `documentation` repo
+ - name: Build the exampleSite docs
16
+ uses: ./.github/workflows/hugo-build-test
17
+
18
+ build-documentation:
19
+ runs-on: ubuntu-latest
20
+ steps:
21
+ - name: Trigger 'Build and deploy' workflow in 'documentation' repo
22
run: |
23
repo_owner="nginx"
24
repo_name="documentation"
0 commit comments