From 43291c4dc513e467b42fd44a827e85b81567d7ee Mon Sep 17 00:00:00 2001 From: Acero Liang Date: Wed, 23 Oct 2024 20:56:38 -0400 Subject: [PATCH] github pages fix --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ab855de..62beb0a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,6 @@ jobs: - name: Copy index.html and tester.js to dist run: | cp index.html dist/ - cp tester.js dist/ - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3