Skip to content

Commit

Permalink
fix: action deploy off
Browse files Browse the repository at this point in the history
  • Loading branch information
arifulbgt4 committed Aug 2, 2023
1 parent 6f6bf60 commit fbf3f97
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,3 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit fbf3f97

Please sign in to comment.