Skip to content

Commit 2cdbf82

Browse files
committed
Fix build script execution
1 parent 037c51e commit 2cdbf82

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v5
3333
- name: Build
34-
run: build.sh
34+
run: ./build.sh
3535
- name: Upload artifact
3636
uses: actions/upload-pages-artifact@v3
3737
with:

build.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)