Skip to content

Commit 53a11f8

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/indexer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
wget https://github.com/${{ github.repository }}/archive/refs/heads/main.tar.gz
2626
mkdir -p ${{ github.workspace }}
2727
tar -C ${{ github.workspace }} --strip-components=1 -zxf $PWD/main.tar.gz
28+
echo ${{ github.workspace }}
29+
ls ${{ github.workspace }}
2830
- name: Index
2931
env:
3032
APPLICATION_ID: ${{ secrets.ALGOLIA_APP_ID }}

0 commit comments

Comments
 (0)