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 15da623 commit 44977a9Copy full SHA for 44977a9
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