Skip to content

Commit 60b723d

Browse files
committed
Updated build scripts
1 parent 595cf9e commit 60b723d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.run.builds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/usr/bin/env bash
1+
#!/usr/bin/env bash
22
set -e
33

44
mvn clean install

.run.jekyll.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/usr/bin/env bash
1+
#!/usr/bin/env bash
22
set -e
33

44
echo "⚙️ Building with Jekyll"

0 commit comments

Comments
 (0)