Skip to content

Commit

Permalink
chore: checkout submodules in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Sep 16, 2023
1 parent 9e04570 commit 9a376f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildndeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
submodules: true

- uses: actions/setup-node@v3

Expand Down

1 comment on commit 9a376f0

@vercel
Copy link

@vercel vercel bot commented on 9a376f0 Sep 16, 2023

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:

dynamik – ./

dynamik.vercel.app
dynamik-git-main-csunibo.vercel.app
dynamik-csunibo.vercel.app

Please sign in to comment.