Skip to content

Commit cef56e8

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

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/previews.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,18 @@ 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: 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
1624
run: |
1725
repo_owner="nginx"
1826
repo_name="documentation"

0 commit comments

Comments
 (0)