Skip to content

Commit 6244f3b

Browse files
committed
more debug [skip ci]
1 parent e25eea0 commit 6244f3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/indexer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
3232
CONFIG: ${{ github.workspace }}/docsearch/config.json
3333
run: |
34-
node -v
35-
curl -sL -o $CONFIG https://docs.asciidoctor.org/docsearch-config.json
36-
cat $CONFIG
34+
curl -L -o $CONFIG https://docs.asciidoctor.org/docsearch-config.json
3735
INDEX_NAME=$(node -p "JSON.parse(require('fs').readFileSync('$CONFIG')).index_name")
3836
SITEMAP_URL=$(node -p "JSON.parse(require('fs').readFileSync('$CONFIG')).sitemap_urls[0].replace('.xml', '-ROOT.xml')")
3937
# only run indexer if index is more than 2 days out of date

0 commit comments

Comments
 (0)