From b5fc919e821f50228ced6848e2c0a56b5a6a2cca Mon Sep 17 00:00:00 2001 From: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> Date: Sun, 25 Aug 2024 19:24:56 +0200 Subject: [PATCH] Remove useless flow (#51) --- .github/workflows/deploy-cf-pages.yml | 33 --------------------------- src/Content.tsx | 1 - 2 files changed, 34 deletions(-) delete mode 100644 .github/workflows/deploy-cf-pages.yml diff --git a/.github/workflows/deploy-cf-pages.yml b/.github/workflows/deploy-cf-pages.yml deleted file mode 100644 index 17447a5..0000000 --- a/.github/workflows/deploy-cf-pages.yml +++ /dev/null @@ -1,33 +0,0 @@ -# name: UI deployment -# on: -# push: -# branches: ['main'] -# # pull_request: -# # branches: ['main'] - -# jobs: -# deploy: -# runs-on: ubuntu-latest -# permissions: -# contents: read -# deployments: write -# steps: -# - uses: pnpm/action-setup@v4 -# with: -# version: 9 -# - uses: actions/checkout@v4 -# - uses: actions/setup-node@v4 -# with: -# node-version: 21 -# cache: 'pnpm' -# cache-dependency-path: 'pnpm-lock.yaml' -# - run: pnpm install --frozen-lockfile -# - run: pnpm build -# - name: Publish to Cloudflare Pages -# uses: cloudflare/pages-action@v1 -# with: -# apiToken: ${{ secrets.CLOUDFLARE_PAGE_GITHUB_API_TOKEN }} -# accountId: ${{secrets.CLOUDFLARE_ACCOUNT_ID}} -# projectName: delegit -# directory: ./build -# gitHubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/Content.tsx b/src/Content.tsx index 4d3a1cd..13d2ae3 100644 --- a/src/Content.tsx +++ b/src/Content.tsx @@ -27,7 +27,6 @@ export const Content = () => { isLight && lightClientLoaded && toast.success('Light client: Synced') }, [isLight, lightClientLoaded]) - console.log('==> Delegit FTW!!!') return ( <>