Skip to content

Commit ad0ba0b

Browse files
authored
ci: avoid installing nodejs on sync-docs (#14)
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent e0983f6 commit ad0ba0b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/sync_docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
26-
- name: Setup Node.js
27-
uses: actions/setup-node@v6
28-
with:
29-
cache: 'yarn'
30-
- name: Install dependencies
31-
run: yarn install --frozen-lockfile
3226
- name: Import docs
3327
run: |
3428
echo "Importing CloudNativePG docs for version: ${{ env.VERSION }}"

0 commit comments

Comments
 (0)