We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a10a7 commit 70cd796Copy full SHA for 70cd796
.github/workflows/ci.yml
@@ -91,11 +91,11 @@ jobs:
91
matrix:
92
include:
93
- os: ubuntu-latest
94
- command: ./install.sh
+ command: curl -sL https://ela.st/docs-builder-install | sh
95
- os: macos-latest
96
97
- os: windows-latest
98
- command: .\install.ps1
+ command: iex (New-Object System.Net.WebClient).DownloadString('https://ela.st/docs-builder-install-win')
99
steps:
100
- uses: actions/checkout@v4
101
- run: ${{ matrix.command }}
0 commit comments