From b9d4945885854cc28d595e6d4a899a7c8ecd1872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andry=20Carolina=20Pe=C3=B1a=20Villamizar?= <116394447+andrystylist@users.noreply.github.com> Date: Wed, 26 Feb 2025 21:00:07 -0500 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 2e35856..0518ddd 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -41,10 +41,6 @@ jobs: with: # Upload entire repository path: '.' - - name: Copy assets to root - run: | - cp -r assets/* ../assets/ - - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: