Skip to content

Commit

Permalink
ci: fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 25, 2023
1 parent 243d33d commit fadeca5
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,8 +13,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
env:
SCRAPIX_CONFIG: ${{ secrets.SCRAPIX_CONFIG }}
- run: git clone https://github.com/meilisearch/docs-scraper.git scraper
- run: cd scraper && yarn
- run: yarn start -c '$SCRAPIX_CONFIG'
env:
SCRAPIX_CONFIG: ${{ secrets.SCRAPIX_CONFIG }}

0 comments on commit fadeca5

Please sign in to comment.