Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions .github/workflows/meilisearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,9 @@ on:
jobs:
indexing:
runs-on: ubuntu-latest
name: Indexing
name: Meilisearch Indexing
steps:
- uses: actions/checkout@v4
with:
repository: 'meilisearch/scrapix'

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'

- run: yarn install

- run: yarn start -c "${SCRAPIX_CONFIG}"
env:
SCRAPIX_CONFIG: ${{ secrets.SCRAPIX_CONFIG }}
- name: Pull and run container
run: docker run -e CRAWLER_CONFIG="${CRAWLER_CONFIG}" getmeili/scrapix:v0.1.8
env:
CRAWLER_CONFIG: ${{ secrets.SCRAPIX_CONFIG }}
Loading