Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukaasko committed Mar 5, 2024
1 parent eca23f0 commit c1f3271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/algolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Install npm dependencies
run: npm install --legacy-peer-deps hugo-algolia

- name: Check if hugo-algolia is installed
run: command -v hugo-algolia

- name: Find hugo-algolia
run: find / -name "hugo-algolia" -type f 2>/dev/null

Expand Down

0 comments on commit c1f3271

Please sign in to comment.