diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a306b1b..a7e02d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ # Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages +name: Build and Deploy React Websites on: # Runs on pushes targeting the default branch @@ -23,7 +23,7 @@ concurrency: jobs: # Single deploy job since we're just deploying - deploy: + Build-Deploy: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} @@ -36,6 +36,7 @@ jobs: with: node-version: 20.x cache: 'npm' + - run: npm i - run: npm run build - name: Setup Pages uses: actions/configure-pages@v4