We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f69306 commit bd7d6fbCopy full SHA for bd7d6fb
1 file changed
scripts/publish
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
set -e
3
4
-./scripts/regenerate_docs
+# TODO(ekrekr): re-enable once fork is merged to upstread.
5
+# ./scripts/regenerate_docs
6
7
if [ "$(git status --porcelain)" ]; then
8
echo "There are uncommitted changes; aborting." 1>&2
0 commit comments