Skip to content

Commit 6325cb2

Browse files
authored
Fix bin name in CI
1 parent a2a0e83 commit 6325cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
owner: getzola
1818
repo: zola
1919
token: "${{ secrets.GITHUB_TOKEN }}"
20-
install_path: /usr/bin/env
20+
install_path: /usr/bin/env/zola
2121
- run: zola build
2222
- name: Deploy to GitHub Pages
2323
run: |

0 commit comments

Comments
 (0)