Skip to content

Commit 6ed9500

Browse files
authored
ci: Fix docs building after the pnpm migration (#1149)
1 parent c20f2b0 commit 6ed9500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: apify/actions/signed-commit@v1.1.2
5050
with:
5151
message: "chore: Automatic theme updating workflow [skip ci]"
52-
add: 'website/package.json website/package-lock.json pnpm-lock.yaml'
52+
add: 'website/package.json pnpm-lock.yaml'
5353
github-token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
5454

5555
- name: Set up GitHub Pages

0 commit comments

Comments
 (0)