From 7fbc58b61d858a4fc60a47cb34918a7df34b8355 Mon Sep 17 00:00:00 2001 From: platane Date: Thu, 20 Feb 2025 23:51:16 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20use=20cloudflare=20endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73f281f..714205d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,7 +100,7 @@ jobs: - run: npm run build:demo env: - GITHUB_USER_CONTRIBUTION_API_ENDPOINT: https://snk-one.vercel.app/api/github-user-contribution/ + GITHUB_USER_CONTRIBUTION_API_ENDPOINT: https://github-user-contribution.platane.workers.dev/github-user-contribution/ - uses: actions/upload-pages-artifact@v3 with: