Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
pnpm not found
switch to yarn
  • Loading branch information
undefined-ux authored Dec 7, 2023
1 parent 4f69755 commit d960513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: undefined-ux/json-parser-homework
TARGET_BRANCH: document
BUILD_SCRIPT: pnpm install && pnpm run build
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: docs/.vuepress/dist

0 comments on commit d960513

Please sign in to comment.