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 500d290 commit 5fb2d43Copy full SHA for 5fb2d43
script/update_or_create_pr.clj
@@ -9,6 +9,8 @@
9
(System/exit 1))
10
11
(def source-branch (first *command-line-args*))
12
+(def target-branch (str "update-" source-branch))
13
+
14
(when-not source-branch (usage))
15
16
(def artifact-dirs ["_docs" "_site/docs"]) ;; Directories to copy
0 commit comments