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'