From 0e449678385328ca7e782c3216c3d30aab963070 Mon Sep 17 00:00:00 2001 From: lyonsyonii Date: Thu, 7 Dec 2023 17:04:04 +0100 Subject: [PATCH] fix: fixed first exercise validator --- .../workflows/{preview.yml => test_build.yml} | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) rename .github/workflows/{preview.yml => test_build.yml} (57%) diff --git a/.github/workflows/preview.yml b/.github/workflows/test_build.yml similarity index 57% rename from .github/workflows/preview.yml rename to .github/workflows/test_build.yml index f627569..fff6f11 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/test_build.yml @@ -1,5 +1,4 @@ -# .github/workflows/preview.yml -name: Deploy PR previews +name: Build PR previews on: pull_request: @@ -15,8 +14,6 @@ permissions: contents: read pages: write id-token: write - -concurrency: preview-${{ github.ref }} jobs: build: @@ -28,15 +25,4 @@ jobs: uses: withastro/action@v1 with: path: "frontend" - package-manager: pnpm@latest - - deploy: - needs: build - runs-on: ubuntu-latest - environment: - name: preview - url: ${{ steps.deployment.outputs.page_url }} - steps: - - name: Deploy to Preview - id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + package-manager: pnpm@latest \ No newline at end of file