diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bdc1341..820626b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Building run: | - scripts/ci-run + bash -x scripts/ci-run - name: Deploy to pages uses: peaceiris/actions-gh-pages@v3