diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 52144e7..d3b4e1d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -39,6 +39,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest + needs: build steps: - name: Deploy to GitHub Pages id: deployment