diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 5addc72118..80d077fd81 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies & build run: | - ./web.sh + bash web.sh - name: Deploy uses: peaceiris/actions-gh-pages@v3