File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments