Skip to content

Commit

Permalink
update(rolled back to the previous working version)
Browse files Browse the repository at this point in the history
  • Loading branch information
tashfiqul-islam committed Jan 17, 2024
1 parent 61548cb commit f87f409
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
name: Deploy metro-station-finder

on:
push:
branches: ['master']
paths-ignore:
- 'readme.md' # Ignore changes to readme.md
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: 'pages'
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -82,14 +64,3 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: ./build

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@v4

0 comments on commit f87f409

Please sign in to comment.