Skip to content

Commit 6140304

Browse files
committed
chore: fix an oops
1 parent 2904e4e commit 6140304

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploypages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
name: docs-raw
9595
path: ${{ github.workspace }}/build
9696

97+
- name: Make build.sh executable
98+
run: chmod +x build.sh
99+
97100
- name: Install Dependencies
98101
run: npm install
99102

0 commit comments

Comments
 (0)