Browse Source

fix: checkout with latest source

pull/2137/head
Wing-Kam Wong 2 years ago
parent
commit
f526fa70af
  1. 2
      .github/workflows/publish-api-docs.yml
  2. 2
      .github/workflows/update-sdk-path.yml

2
.github/workflows/publish-api-docs.yml

@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Pushes swagger file to src
uses: dmnemec/copy_file_to_another_repo_action@1b29cbd9a323185f20b175dc6d5f8f31be5c0658

2
.github/workflows/update-sdk-path.yml

@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- run: |
cd packages/nocodb

Loading…
Cancel
Save