Skip to content

Commit 70cd796

Browse files
committed
test
1 parent 68a10a7 commit 70cd796

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
@@ -91,11 +91,11 @@ jobs:
9191
matrix:
9292
include:
9393
- os: ubuntu-latest
94-
command: ./install.sh
94+
command: curl -sL https://ela.st/docs-builder-install | sh
9595
- os: macos-latest
96-
command: ./install.sh
96+
command: curl -sL https://ela.st/docs-builder-install | sh
9797
- os: windows-latest
98-
command: .\install.ps1
98+
command: iex (New-Object System.Net.WebClient).DownloadString('https://ela.st/docs-builder-install-win')
9999
steps:
100100
- uses: actions/checkout@v4
101101
- run: ${{ matrix.command }}

0 commit comments

Comments
 (0)