Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 25, 2023
1 parent fadeca5 commit bb7413d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
repository: 'meilisearch/docs-scraper'
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: git clone https://github.com/meilisearch/docs-scraper.git scraper
- run: cd scraper && yarn
- run: yarn
- run: yarn start -c '$SCRAPIX_CONFIG'
env:
SCRAPIX_CONFIG: ${{ secrets.SCRAPIX_CONFIG }}

0 comments on commit bb7413d

Please sign in to comment.