From d28738e67ab75d5b90108bebedfe94ceaab77e70 Mon Sep 17 00:00:00 2001 From: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:29:48 -0800 Subject: [PATCH] add portability Co-Authored-By: Joel <100006388+jjoeldaniel@users.noreply.github.com> --- .github/workflows/update.yaml | 2 +- build.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 6895050..53a5c2b 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -18,7 +18,7 @@ jobs: - name: Run build script id: build run: | - bash build.sh + ./build.sh git diff diff --git a/build.sh b/build.sh index cf0ab90..a1379e7 100644 --- a/build.sh +++ b/build.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + # Dependencies: # - [Pandoc](https://pandoc.org/installing.html) #