Skip to content

Commit 4539205

Browse files
authored
/usr/bin/env -> /usr/local/
1 parent 6325cb2 commit 4539205

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/zola
20+
install_path: /usr/local/bin/zola
2121
- run: zola build
2222
- name: Deploy to GitHub Pages
2323
run: |

0 commit comments

Comments
 (0)