File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88env :
99 # renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
1010 RUST_VERSION : 1.95.0
11+ ZOLA_VERSION : 29540e9897dbe8aca388b13f7bdf615985f6ca2c
1112
1213jobs :
1314 lint :
3738
3839 - run : rustup override set ${{ env.RUST_VERSION }}
3940 - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
41+ with :
42+ env-vars : CARGO RUST ZOLA_VERSION
4043 - name : Install Zola
41- run : cargo install --locked --git https://github.com/getzola/zola --rev 29540e9897dbe8aca388b13f7bdf615985f6ca2c
44+ run : cargo install --locked --git https://github.com/getzola/zola --rev ${{ env.ZOLA_VERSION }}
4245
4346 - run : zola build
4447 - run : cp CNAME ./public/
Original file line number Diff line number Diff line change 55env :
66 # renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
77 RUST_VERSION : 1.95.0
8+ ZOLA_VERSION : 29540e9897dbe8aca388b13f7bdf615985f6ca2c
89
910jobs :
1011 snapshot-tests :
1415 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1516 - run : rustup override set ${{ env.RUST_VERSION }}
1617 - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
18+ with :
19+ env-vars : CARGO RUST ZOLA_VERSION
1720 - name : Install Zola
18- run : cargo install --locked --git https://github.com/getzola/zola --rev 29540e9897dbe8aca388b13f7bdf615985f6ca2c
21+ run : cargo install --locked --git https://github.com/getzola/zola --rev ${{ env.ZOLA_VERSION }}
1922
2023 - run : git fetch --depth 2
2124 - run : git checkout origin/main
You can’t perform that action at this time.
0 commit comments