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 cef56e8Copy full SHA for cef56e8
.github/workflows/previews.yml
@@ -9,10 +9,18 @@ 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: Check out repository
16
+ uses: actions/checkout@v4
17
+ - name: Build the exampleSite docs
18
+ uses: ./.github/workflows/hugo-build-test
19
+
20
+ build-documentation:
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - name: Trigger 'Build and deploy' workflow in 'documentation' repo
24
run: |
25
repo_owner="nginx"
26
repo_name="documentation"
0 commit comments