Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aurindam committed Sep 27, 2024
1 parent 6ca2205 commit 35d972f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/typesense-scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -40,6 +43,8 @@ jobs:
repository: slint-ui/slint
ref: master
path: slint
sparse-checkout: |
docs
persist-credentials: false
- name: Prepare config
run: |
Expand All @@ -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)
Expand Down

0 comments on commit 35d972f

Please sign in to comment.