diff options
| author | real-zephex <[email protected]> | 2024-03-29 14:41:35 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-29 14:41:35 +0530 |
| commit | f88880eeabdae25398ddc7362cf8cd18a69296de (patch) | |
| tree | 8fb70de5be4f5b2be9a0d095e06bdf97f5ed6c11 /.github/workflows | |
| parent | Create nextjs.yml (diff) | |
| download | dramalama-f88880eeabdae25398ddc7362cf8cd18a69296de.tar.xz dramalama-f88880eeabdae25398ddc7362cf8cd18a69296de.zip | |
Delete .github/workflows/nextjs.yaml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nextjs.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
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/[email protected] - with: - branch: gh-pages - folder: .next - token: ${{ secrets.GITHUB_TOKEN }} |