diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 44a7c6c..64b5a39 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,6 +37,7 @@ jobs: cache: 'npm' - name: Install dependencies run: npm install + run: npm install xlsx - name: Build run: npm run build - name: Setup Pages