Skip to content

Commit

Permalink
Commit gzipped ontology, not plaintext .min.tsv
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Sep 6, 2024
1 parent c69b487 commit 6b72f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minify_ontologies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Mark that changes have been detected
CHANGES_DETECTED=true
# Stage the modified file
git add "$FILE"
git add "$FILE".gz
else
echo "No differences found"
echo "No differences in $BASENAME"
Expand Down

0 comments on commit 6b72f56

Please sign in to comment.