Skip to content

Commit

Permalink
fix deploy.yml caching
Browse files Browse the repository at this point in the history
  • Loading branch information
derdilla committed Aug 14, 2024
1 parent 9712bed commit 1375357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
builder/target/release/builder
key: builder-${{ hashFiles('builder/Cargo.toml', 'builder/Cargo.lock', 'builder/**/*.rs') }}
- name: Build builder
if: steps.cache-primes.outputs.cache-hit != 'true'
if: steps.cache-builder.outputs.cache-hit != 'true'
run: cd builder && cargo build --release && cd ..
- run: builder/target/release/builder assemble
- name: Setup Pages
Expand Down

0 comments on commit 1375357

Please sign in to comment.