Skip to content

Commit 5fdd093

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 a11e146 commit 5fdd093

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
@@ -70,6 +70,11 @@ jobs:
7070
- name: Install Python dependencies
7171
run: uv run poe install-dev
7272

73+
- name: Install pnpm and website dependencies
74+
uses: apify/workflows/pnpm-install@main
75+
with:
76+
working-directory: website
77+
7378
- name: Update docs theme
7479
run: uv run poe update-docs-theme
7580

.github/workflows/manual_version_docs.yaml

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

8585
- name: Install pnpm and website dependencies
8686
uses: apify/workflows/pnpm-install@main
87+
with:
88+
working-directory: website
8789

8890
- name: Snapshot the current version
8991
id: snapshot

0 commit comments

Comments
 (0)