Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kozika committed Jan 18, 2025
1 parent 3faba55 commit 825b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
diff -q build/.build_hash build/.build_hash.current && echo "No changes in build output" && exit 0 || echo "Build output changed" && exit 1
- name: Update build hash
if: ${{ steps.check_diff.outcome == 'failure'}}
run: cp .build/.build_hash.current .build/.build_hash
run: cp build/.build_hash.current build/.build_hash
- name: Push
if: ${{ steps.check_diff.outcome == 'failure'}}
run: pnpm run push
Expand Down

0 comments on commit 825b8ca

Please sign in to comment.