From 32f45ff9013fc79ccb063048932a649347546ead 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:04:25 -0500 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0518ddd..b851c61 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -41,11 +41,6 @@ jobs: with: # Upload entire repository path: '.' - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: public - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4