Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 25, 2023
1 parent bb7413d commit b44ca94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Search Index
on: [push]

jobs:
build:

scrape:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -15,6 +13,7 @@ jobs:
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 b44ca94

Please sign in to comment.