File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 7777 run : ${{ steps.detect-package-manager.outputs.runner }} next build
7878 - name : Run Jest
7979 run : yarn jest
80-
81-
82- # Deployment job
83- deploy :
84- environment :
85- name : github-pages
86- url : ${{ steps.deployment.outputs.page_url }}
87- runs-on : ubuntu-latest
88- needs : build
89- steps :
90- - name : Deploy to GitHub Pages
91- id : deployment
92- uses : actions/deploy-pages@v2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ App to create tasks in a clear dashboard.
33The app is organized into two routes, home, and edit.
44On the home page, you can see your tasks, and create a new one.
55
6-
6+ App available in vercel https://task-mgmt-dashboard.vercel.app/
77
88## Create task
99Every task has a ` title ` , a ` description ` , and a ` due date ` .
@@ -39,4 +39,7 @@ Make a build
3939yarn build
4040```
4141
42-
42+ Run build
43+ ``` bash
44+ yarn start
45+ ```
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments