Skip to content

Commit a1a699e

Browse files
committed
reorder
1 parent 9589e17 commit a1a699e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/test-preview.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,25 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- name: Set up Node.js
29-
uses: actions/setup-node@v4
30-
with:
31-
node-version: '20.18.0'
32-
cache: 'yarn'
3328

34-
# Step 2: Check out the repository
29+
# Step 1: Check out the repository
3530
- name: Check out docs repo
3631
uses: actions/checkout@v4
3732
with:
3833
repository: ClickHouse/clickhouse-docs
3934
path: ./
4035

36+
# Step 2: Setup node
37+
- name: Set up Node.js
38+
uses: actions/setup-node@v4
39+
with:
40+
node-version: '20.18.0'
41+
cache: 'yarn'
42+
4143
# Debug: List files in the working directory
4244
- name: List files
4345
run: ls -la
44-
46+
4547
# Step 3: Download reference docs
4648
- name: Download Reference Docs
4749
run: |

0 commit comments

Comments
 (0)