From 4da590a93e6ba3dbd0dc56df363921ad8fe58edc Mon Sep 17 00:00:00 2001 From: Manabu Nakazawa Date: Mon, 19 Aug 2024 04:56:24 +1000 Subject: [PATCH] Run build.sh for GitHub Actions --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7b545fd..1871d03 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -27,6 +27,8 @@ jobs: uses: actions/checkout@v3 - name: Setup Pages uses: actions/configure-pages@v3 + - name: Build Pages + run: ./build.sh - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: