Skip to content

Commit d46ed5d

Browse files
committed
add helper script
1 parent e873eaa commit d46ed5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release_docs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh -e
22
set -x
3+
# GITHUB_ACTIONS=true SOURCE_TAG=test ./release_docs.sh
4+
35
if [ "${GITHUB_ACTIONS}" = "" ];
46
then
57
echo "Cannot release docs without GITHUB_ACTIONS set"

0 commit comments

Comments
 (0)