Skip to content

Commit 4ab9fc3

Browse files
committed
test
1 parent 4ea3756 commit 4ab9fc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ jobs:
9595
matrix:
9696
include:
9797
- os: ubuntu-latest
98-
command: curl -sL ${{ env.INSTALL_SCRIPT }} | sh
98+
command: curl -sL https://raw.githubusercontent.com/elastic/docs-builder/${{ github.sha }}/install.sh | sh
9999
- os: macos-latest
100-
command: curl -sL ${{ env.INSTALL_SCRIPT }} | sh
100+
command: curl -sL https://raw.githubusercontent.com/elastic/docs-builder/${{ github.sha }}/install.sh | sh
101101
- os: windows-latest
102-
command: iex (New-Object System.Net.WebClient).DownloadString('https://ela.st/docs-builder-install-win')
102+
command: iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/elastic/docs-builder/${{ github.sha }}/install.ps1')
103103
steps:
104104
- uses: actions/checkout@v4
105105
- run: ${{ matrix.command }}

0 commit comments

Comments
 (0)