From 1e2f4b4fdef9478a8b899f9a3b01ccec796380d9 Mon Sep 17 00:00:00 2001 From: Christopher Bock Date: Sun, 26 Jan 2025 20:31:55 +0100 Subject: [PATCH] Revert "test..1" This reverts commit b2009fc2fd4b17482fb1cf6d361a75389afdcf6f. --- .github/workflows/main.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81d9851..8dd7703 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,16 +37,3 @@ jobs: key: ${{ steps.cache-primes-restore.outputs.cache-primary-key }} path: | fonts-main - deploy: - needs: build - permissions: - pages: write - id-token: write - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - steps: - - name: Deploy FNT Index - id: deployment - uses: actions/deploy-pages@v4