Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukaasko committed Mar 5, 2024
1 parent 8943497 commit eca23f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/algolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: npm install --legacy-peer-deps hugo-algolia

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

- name: Generate algolia.json
run: hugo-algolia --config config/_default/config.yaml
Expand Down

0 comments on commit eca23f0

Please sign in to comment.