From 35d972f0cbf98530363dc5e4098f8dc3d303054d Mon Sep 17 00:00:00 2001 From: aurindam Date: Fri, 27 Sep 2024 13:03:31 +0200 Subject: [PATCH] Debug --- .github/workflows/typesense-scrape.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/typesense-scrape.yml b/.github/workflows/typesense-scrape.yml index 7042b8e2c..cb10f3cf7 100644 --- a/.github/workflows/typesense-scrape.yml +++ b/.github/workflows/typesense-scrape.yml @@ -19,6 +19,9 @@ jobs: steps: - name: Repository Checkout uses: actions/checkout@v4 + with: + sparse-checkout: | + snapshots - name: Run uses: tj-actions/docker-run@v2 id: docker-run @@ -40,6 +43,8 @@ jobs: repository: slint-ui/slint ref: master path: slint + sparse-checkout: | + docs persist-credentials: false - name: Prepare config run: | @@ -55,6 +60,9 @@ jobs: -e CONFIG="$(cat config/typesense-scraper-config.json | jq -r tostring)" \ typesense/docsearch-scraper:0.10.0 2>&1 | tee temp_scraper_output.txt + echo "temp_scraper_output.txt" + cat temp_scraper_output.txt + # Retrieve the collection name collection_name=$(grep -o -m 1 ${{ inputs.version }}'_[0-9]\+' temp_scraper_output.txt)