Skip to content

Commit 65dcb26

Browse files
committed
run the docs from the built binaries
1 parent 07e6ac4 commit 65dcb26

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ env:
1515
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
1616

1717
jobs:
18-
docs:
19-
runs-on: ubuntu-latest
20-
steps:
21-
- uses: actions/checkout@v4
22-
- name: Build documentation
23-
uses: elastic/docs-builder@main
24-
2518
build:
2619
runs-on: ubuntu-latest
2720
steps:
@@ -39,4 +32,8 @@ jobs:
3932

4033
- name: Publish AOT
4134
run: ./build.sh publishbinaries
42-
35+
36+
# we run our artifact directly please use the prebuild
37+
# elastic/docs-builder@main GitHub Action for all other repositories!
38+
- name: Build documentation
39+
run: .artifacts/publish/docs-builder/release/docs-builder

0 commit comments

Comments
 (0)