Browse Source

chore(action): update action version

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/843/head
Pranav C 3 years ago
parent
commit
7c361d9169
  1. 4
      .github/workflows/publish-docs.yml

4
.github/workflows/publish-docs.yml

@ -32,12 +32,12 @@ jobs:
- name: Pushes generated output
# if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
uses: dmnemec/copy_file_to_another_repo_action@4b6da9b4101247054c69c1352e8ebb0e2a642424
uses: dmnemec/copy_file_to_another_repo_action@1b29cbd9a323185f20b175dc6d5f8f31be5c0658
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:
source_file: 'packages/noco-docs/dist/'
clear_folder: 'dist'
clear_folder: 'docs/dist'
destination_repo: 'nocodb/noco-docs'
destination_folder: 'docs'
user_email: 'oof1lab@gmail.com'

Loading…
Cancel
Save