We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6244f3b commit 53a11f8Copy full SHA for 53a11f8
.github/workflows/indexer.yml
@@ -25,6 +25,8 @@ jobs:
25
wget https://github.com/${{ github.repository }}/archive/refs/heads/main.tar.gz
26
mkdir -p ${{ github.workspace }}
27
tar -C ${{ github.workspace }} --strip-components=1 -zxf $PWD/main.tar.gz
28
+ echo ${{ github.workspace }}
29
+ ls ${{ github.workspace }}
30
- name: Index
31
env:
32
APPLICATION_ID: ${{ secrets.ALGOLIA_APP_ID }}
0 commit comments