From 7c361d91695181b00ab80891abd747380f7cce8f Mon Sep 17 00:00:00 2001 From: Pranav C Date: Tue, 7 Dec 2021 16:59:41 +0530 Subject: [PATCH] chore(action): update action version Signed-off-by: Pranav C --- .github/workflows/publish-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 4bc81941f4..b432d8fed3 100644 --- a/.github/workflows/publish-docs.yml +++ b/.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'