Skip to content

Commit

Permalink
fixup! ✨(emails) use mjml to generate html and text emails
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbrdt committed Aug 16, 2024
1 parent 53ffa0a commit 1a992d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,10 @@ jobs:
auth:
username: $DOCKER_HUB_USER
password: $DOCKER_HUB_PASSWORD
working_directory: ~/fun
working_directory: ~/fun/src/app
steps:
- checkout
- checkout:
path: ~/fun
- restore_cache:
keys:
- v1-dependencies-{{ .Revision }}
Expand All @@ -274,7 +275,7 @@ jobs:
- persist_to_workspace:
root: ~/fun
paths:
- dist
- src/app/dist
# Store packages as artifacts to download/test them
- store_artifacts:
path: ~/fun/dist
Expand Down

0 comments on commit 1a992d4

Please sign in to comment.