From 318130217347b90d8a235dc884888f40d0450240 Mon Sep 17 00:00:00 2001 From: Shaban Kamel Date: Thu, 5 Sep 2024 18:18:47 +0300 Subject: [PATCH] Solara --- .github/workflows/deploy.yml | 20 -------------------- 1 file changed, 20 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 d4cdb52..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Deploy to GitHub Pages - -on: - push: - branches: - - main # Change to your default branch if different - -jobs: - deploy: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Build and Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: . # Directory to publish (current directory) \ No newline at end of file