Skip to content

Commit 3845c55

Browse files
authored
Update main.yml
1 parent 4539205 commit 3845c55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
owner: getzola
1818
repo: zola
1919
token: "${{ secrets.GITHUB_TOKEN }}"
20-
install_path: /usr/local/bin/zola
21-
- run: zola build
20+
- run: /tmp/zola build
2221
- name: Deploy to GitHub Pages
2322
run: |
2423
curl -LsSf https://raw.githubusercontent.com/rust-lang/simpleinfra/master/setup-deploy-keys/src/deploy.rs | rustc - -o /tmp/deploy

0 commit comments

Comments
 (0)