Skip to content

Commit 6800deb

Browse files
committed
Update logo image path for docs
1 parent c69924d commit 6800deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
source .venv/bin/activate
44

55
pdoc substreams_firehose -o docs/ -d google -t docs/ \
6-
--logo https://raw.githubusercontent.com/pinax-network/substreams_firehose/prepare-pypi/docs/logo.png \
6+
--logo https://raw.githubusercontent.com/pinax-network/substreams_firehose/main/docs/logo.png \
77
--logo-link https://github.com/pinax-network/substreams_firehose/ \
88
--footer-text "$(printf "%s (v%s) made with ♡ by %s for Pinax" $(hatch project metadata | jq -r .name,.version,.authors[0].name))"

0 commit comments

Comments
 (0)