Skip to content

Commit 85a9362

Browse files
committed
Action: Build on example
1 parent 576c297 commit 85a9362

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/previews.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ on:
99
- "*"
1010

1111
jobs:
12-
build:
12+
build-example:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Trigger `Build and deploy` workflow in `documentation` repo
15+
- 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
1622
run: |
1723
repo_owner="nginx"
1824
repo_name="documentation"

0 commit comments

Comments
 (0)