Skip to content

Commit

Permalink
fix: fixed first exercise validator
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Dec 7, 2023
1 parent 75319f1 commit 0e44967
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/preview.yml → .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# .github/workflows/preview.yml
name: Deploy PR previews
name: Build PR previews

on:
pull_request:
Expand All @@ -15,8 +14,6 @@ permissions:
contents: read
pages: write
id-token: write

concurrency: preview-${{ github.ref }}

jobs:
build:
Expand All @@ -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
package-manager: pnpm@latest

0 comments on commit 0e44967

Please sign in to comment.