Skip to content

Commit

Permalink
ci. fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 25, 2023
1 parent 9e5ee60 commit 7d342a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: git clone https://github.com/meilisearch/docs-scraper.git
- run: yarn
- run: git clone https://github.com/meilisearch/docs-scraper.git scraper
- run: cd scraper && yarn
- run: yarn start -c '$SCRAPIX_CONFIG'

0 comments on commit 7d342a8

Please sign in to comment.