diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 68e03a4..b12e2c7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,13 +33,13 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v4 + - run: npm ci + - run: npm build - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: # Upload entire repository path: './build' - - run: npm ci - - run: npm build - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v3