Skip to content

Commit

Permalink
Update build&deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Apr 12, 2024
1 parent 0763150 commit ed512c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Juno (build & deploy)
lpersname: Juno (build & deploy)

on:
push:
Expand Down Expand Up @@ -35,9 +35,10 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: |
libs
${{ CONTEXT.ASSET_TYPE == "app" && "libs" || "" }}
apps
scripts
helpers
- name: Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit ed512c2

Please sign in to comment.