Skip to content

Commit e26827b

Browse files
committed
fix names
1 parent 8a26948 commit e26827b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
uses: apify/workflows/pnpm-install@main
193193

194194
- name: Build & deploy docs
195-
run: pnpm --filter website run build
195+
run: pnpm --filter apify-cli-website run build
196196

197197
build_bundles:
198198
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[docs build]') }}

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Build docs
3737
run: |
3838
pnpm run update-docs
39-
pnpm --filter website add @apify/docs-theme@latest
40-
pnpm --filter website run build
39+
pnpm --filter apify-cli-website add @apify/docs-theme@latest
40+
pnpm --filter apify-cli-website run build
4141
env:
4242
SMARTLOOK_PROJECT_KEY: ${{ secrets.SMARTLOOK_DOCS_PROJECT_KEY }}
4343
GIT_USER: "apify-service-account:${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)