Skip to content

Commit

Permalink
Update Github action to install deps for blog
Browse files Browse the repository at this point in the history
  • Loading branch information
dv297 committed Sep 23, 2022
1 parent 218f9e9 commit 96cfcb0
Show file tree
Hide file tree
Showing 3 changed files with 33,332 additions and 10,847 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Install dependencies for blog
run: |
cd blog
${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Run Linter
run: ${{ steps.detect-package-manager.outputs.manager }} run lint
- name: Build with Next.js
Expand Down
Loading

1 comment on commit 96cfcb0

@vercel
Copy link

@vercel vercel bot commented on 96cfcb0 Sep 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

planner – ./

planner-git-main-dv297.vercel.app
planner-dv297.vercel.app
planner-nine.vercel.app

Please sign in to comment.