|
|
@ -13,10 +13,6 @@ jobs: |
|
|
|
copy-file: |
|
|
|
copy-file: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Setup pnpm |
|
|
|
|
|
|
|
uses: pnpm/action-setup@v2 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
version: 8 |
|
|
|
|
|
|
|
- name: Checkout |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v3 |
|
|
|
uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
@ -27,8 +23,8 @@ jobs: |
|
|
|
- name: Build docs |
|
|
|
- name: Build docs |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
cd packages/noco-docs |
|
|
|
cd packages/noco-docs |
|
|
|
pnpm install |
|
|
|
npm install |
|
|
|
pnpm run generate |
|
|
|
npm run generate |
|
|
|
- name: Pushes generated output |
|
|
|
- name: Pushes generated output |
|
|
|
uses: dmnemec/copy_file_to_another_repo_action@1b29cbd9a323185f20b175dc6d5f8f31be5c0658 |
|
|
|
uses: dmnemec/copy_file_to_another_repo_action@1b29cbd9a323185f20b175dc6d5f8f31be5c0658 |
|
|
|
env: |
|
|
|
env: |
|
|
|