From f88880eeabdae25398ddc7362cf8cd18a69296de Mon Sep 17 00:00:00 2001 From: real-zephex <143923795+real-zephex@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:41:35 +0530 Subject: Delete .github/workflows/nextjs.yaml --- .github/workflows/nextjs.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/nextjs.yaml (limited to '.github/workflows') diff --git a/.github/workflows/nextjs.yaml b/.github/workflows/nextjs.yaml deleted file mode 100644 index 488bcc8..0000000 --- a/.github/workflows/nextjs.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: Build and Deploy Next.js - -on: - push: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Install dependencies - run: npm install - - - name: Build - run: npm run build - - - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.4 - with: - branch: gh-pages - folder: .next - token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3