Skip to content

Commit

Permalink
Merge pull request #94 from keploy/submodule-pipeline
Browse files Browse the repository at this point in the history
feat: submodule pipeline
  • Loading branch information
khareyash05 authored Oct 22, 2024
2 parents 093e221 + 43c9355 commit 8bbbe04
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout Code
uses: actions/checkout@v2
with:
submodules: recursive

- name: Install dependencies
- name: Install Dependencies
run: npm install

- name: Build Next.js app
run: npm run build
- name: Build Next.js App
run: npm run build

0 comments on commit 8bbbe04

Please sign in to comment.