Skip to content

Commit 2821abc

Browse files
committed
nit: rm cmd file, add docci-os=windows
1 parent 2172161 commit 2821abc

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

.github/workflows/docci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
- name: Install Ubuntu packages
3030
run: sudo apt-get update && sudo apt-get install bash make jq
3131

32-
- uses: actions/setup-node@v4
33-
name: Install Node.js
34-
with:
35-
node-version: 21
36-
3732
- name: Setup go
3833
uses: actions/setup-go@v4
3934
with:
@@ -48,7 +43,6 @@ jobs:
4843
sudo chmod +x /usr/local/bin/docci
4944
rm docci.tar.gz
5045
51-
5246
- name: setup & install spawn
5347
run: docci run docs/versioned_docs/version-v0.50.x/01-setup/docci_config.json
5448

cmd.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/versioned_docs/version-v0.50.x/01-setup/01-system-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Install [VSCode](https://code.visualstudio.com/download) if you do not already h
6161

6262
<TabItem value="windows" label="Windows (WSL)" default>
6363

64-
```bash
64+
```bash docci-os=windows
6565
# Install WSL in powershell
6666
wsl --install
6767

0 commit comments

Comments
 (0)