Skip to content

Commit

Permalink
ci: fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 25, 2023
1 parent b44ca94 commit 5435dd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: 'meilisearch/docs-scraper'
repository: 'meilisearch/scrapix'
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: ls
- run: yarn
- run: yarn start -c '$SCRAPIX_CONFIG'
env:
Expand Down

0 comments on commit 5435dd0

Please sign in to comment.