Skip to content

Commit bd7d6fb

Browse files
author
Elias Kassell
authored
Temporarily disable docs script during publish (#1817)
1 parent 7f69306 commit bd7d6fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/publish

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22
set -e
33

4-
./scripts/regenerate_docs
4+
# TODO(ekrekr): re-enable once fork is merged to upstread.
5+
# ./scripts/regenerate_docs
56

67
if [ "$(git status --porcelain)" ]; then
78
echo "There are uncommitted changes; aborting." 1>&2

0 commit comments

Comments
 (0)