Skip to content

Commit 399674b

Browse files
authored
fix: deploy.yml env variable casing
1 parent 5604ad5 commit 399674b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525
env:
26-
Zola_VERSION: 0.20.0
26+
ZOLA_VERSION: 0.20.0
2727
steps:
2828
- name: Install Zola
2929
run: |

0 commit comments

Comments
 (0)