We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab278d6 commit 9b440caCopy full SHA for 9b440ca
scripts/release_push_docs.sh
@@ -2,6 +2,6 @@
2
3
TAG=$1
4
5
-python3 scripts/dump_converters.py > docs/converters.md
+python3 scripts/dump_converters.py --tag=$TAG > docs/converters.md
6
7
mike deploy $TAG --push
0 commit comments