You've already forked Openterface_assets
mirror of
https://github.com/TechxArtisanStudio/Openterface_assets.git
synced 2025-06-10 16:33:42 -07:00
fix: update build command to use 'sh' for executing build script
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user