From 8640742a6138c7ec7f8b477d9ec69108e4ba61b9 Mon Sep 17 00:00:00 2001 From: Hugh Rawlinson Date: Thu, 6 Jun 2024 13:19:48 +0200 Subject: [PATCH] Fix validation --- .github/workflows/validate.yml | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c6b7de9..5162fbd 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -9,8 +9,6 @@ on: # Allow this job to clone the repo and create a page deployment permissions: contents: read - pages: write - id-token: write jobs: build: @@ -22,26 +20,5 @@ jobs: uses: oven-sh/setup-bun@v1 - name: Install dependencies run: bun install - - name: Run directory - run: ./scripts/build.sh - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Upload site artifact - uses: actions/upload-pages-artifact@v3 - with: - name: github-pages - path: ./packages/tildagon-app-directory-site/dist - - deploy: - needs: build - runs-on: ubuntu-latest - permissions: - pages: write - id-token: write - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + - name: Validate Hexpansions + run: ./scripts/validate_hexpansions.ts