mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 12:57:02 +00:00
chore(deps): npm -> pnpm
This commit is contained in:
4
.github/workflows/publish-docs.yml
vendored
4
.github/workflows/publish-docs.yml
vendored
@@ -23,8 +23,8 @@ jobs:
|
||||
- name: Build docs
|
||||
run: |
|
||||
cd packages/noco-docs
|
||||
npm install
|
||||
npm run generate
|
||||
pnpm install
|
||||
pnpm run generate
|
||||
- name: Pushes generated output
|
||||
uses: dmnemec/copy_file_to_another_repo_action@1b29cbd9a323185f20b175dc6d5f8f31be5c0658
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user