Skip to content

Commit

Permalink
add portability
Browse files Browse the repository at this point in the history
Co-Authored-By: Joel <[email protected]>
  • Loading branch information
EthanThatOneKid and jjoeldaniel committed Feb 14, 2024
1 parent 5b6756b commit d28738e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Run build script
id: build
run: |
bash build.sh
./build.sh
git diff
Expand Down
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

# Dependencies:
# - [Pandoc](https://pandoc.org/installing.html)
#
Expand Down

0 comments on commit d28738e

Please sign in to comment.