Skip to content

Commit a7b3dec

Browse files
committed
chore: ugh
1 parent 7660c79 commit a7b3dec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploypages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
steps:
8585
- uses: actions/checkout@v4
8686

87+
- name: Make build.sh executable
88+
run: chmod +x build.sh
89+
8790
- name: Install deps
8891
run: npm ci
8992

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
2+
set -e
33

44
echo "▶ ENABLE_TINA_ADMIN = ${ENABLE_TINA_ADMIN:-false}"
55
echo "▶ DOCS_BASEURL = ${DOCS_BASEURL:-/}"

0 commit comments

Comments
 (0)