From 59697c78fb5eee5d341822da0e19b36d63fe0395 Mon Sep 17 00:00:00 2001 From: Davi-D18 Date: Fri, 29 Nov 2024 11:01:20 -0300 Subject: [PATCH] Pasta .github removida --- .github/workflows/deploy.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 5304916..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Deploy to GitHub Pages - -on: - push: - branches: - - main # ou o branch que você estiver usando - -jobs: - deploy: - runs-on: ubuntu-latest - permissions: - id-token: write # Adiciona a permissão necessária - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v4 -