Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jun 26, 2023
1 parent 972c6d3 commit 3b25f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ env:
FILE_PATH_BOILERPLATE_WEBSITE_BUILD_NEXT: ./apps/boilerplate-website/build-next-static
FILE_PATH_BOILERPLATE_WEBSITE_BUILD_STORYBOOK: ./apps/boilerplate-website/build-storybook-static

FILE_PATH_UI_BUILD: ./packages/ui/build-storybook-static
FILE_PATH_UI_BUILD: ./packages/ui-mui/build-storybook-static

CACHE_PATHS_BUILD: |
./apps/boilerplate-app/build-next-static
./apps/boilerplate-app/build-storybook-static
./apps/boilerplate-website/build-next-static
./apps/boilerplate-website/build-storybook-static
./packages/ui/build-storybook-static
./packages/ui-mui/build-storybook-static
CACHE_KEY_BUILD: build-${{ github.sha }}-${{ github.ref_type }}

jobs:
Expand Down

0 comments on commit 3b25f59

Please sign in to comment.