Skip to content

Commit

Permalink
Fix output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Oct 1, 2024
1 parent 7fbb426 commit 5c3872f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Wikipedia InfoBox Logos [<img alt="Wikipedia Logo" src="https://www.vectorlogo.zone/logos/wikipedia/wikipedia-icon.svg" height="96" align="right"/>](https://wikipedia.org/)

[![release](https://github.com/VectorLogoZone/wikipedia-infobox-logos/actions/workflows/release.yaml/badge.svg)](https://github.com/VectorLogoZone/wikipedia-infobox-logos/actions/workflows/release.yaml)

Extracts SVG logos from Wikipedia [InfoBoxes](https://en.wikipedia.org/wiki/Help:Infobox).

I already extract SVG logos from Wikipedia if they have "logo" in the file name, but that there are valid SVG logos. This is
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ ! -d "${BUILD_DIR}" ]; then
mkdir -p "${BUILD_DIR}"
fi

OUTPUT_DIR=${OUTPUT_DIR:-./build}
OUTPUT_DIR=${OUTPUT_DIR:-./output}
if [ ! -d "${OUTPUT_DIR}" ]; then
echo "INFO: creating output directory ${OUTPUT_DIR}"
mkdir -p "${OUTPUT_DIR}"
Expand Down

0 comments on commit 5c3872f

Please sign in to comment.