Skip to content

Commit 516fa06

Browse files
B4nanclaude
andcommitted
ci: fix release workflows for pnpm migration
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d4fcaf2 commit 516fa06

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/manual_release_docs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
- name: Install Python dependencies
5656
run: uv run poe install-dev
5757

58+
- name: Install pnpm and website dependencies
59+
uses: apify/workflows/pnpm-install@main
60+
with:
61+
working-directory: website
62+
5863
- name: Update docs theme
5964
run: uv run poe update-docs-theme
6065

.github/workflows/manual_version_docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878

7979
- name: Install pnpm and website dependencies
8080
uses: apify/workflows/pnpm-install@main
81+
with:
82+
working-directory: website
8183

8284
- name: Snapshot the current version
8385
id: snapshot

0 commit comments

Comments
 (0)