diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 5a5a01a..932059f 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -15,15 +15,20 @@ concurrency: cancel-in-progress: true jobs: - deploy: + build: runs-on: ubuntu-latest - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} steps: - name: Checkout uses: actions/checkout@v4 + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '20' + + - name: Install dependencies + run: npm ci + # Injects an inline