fix: update build command to use 'sh' for executing build script

This commit is contained in:
Kevin Peng
2025-04-20 07:31:06 +08:00
parent b66db585d2
commit de94afa197

View File

@@ -25,7 +25,7 @@ jobs:
npm install -g uglify-js csso-cli
- name: Build and minify project
run: ./build.sh
run: sh ./build.sh
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v4