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 77da7a1 commit 45ef67dCopy full SHA for 45ef67d
.github/workflows/ci.yml
@@ -92,12 +92,13 @@ jobs:
92
matrix:
93
include:
94
- os: ubuntu-latest
95
- command: sudo curl -sL https://ela.st/docs-builder-install | sh
+ command: curl -sL https://ela.st/docs-builder-install | sh
96
- os: macos-latest
97
command: curl -sL https://ela.st/docs-builder-install | sh
98
- os: windows-latest
99
command: iex (New-Object System.Net.WebClient).DownloadString('https://ela.st/docs-builder-install-win')
100
steps:
101
- uses: actions/checkout@v4
102
- run: ${{ matrix.command }}
103
+ shell: bash
104
- run: docs-builder --help
0 commit comments