Skip to content

Commit

Permalink
fix: Fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Mar 3, 2023
1 parent 3ff8b96 commit 29247c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
node-version: 16

- name: Install yarn 🧶
run: cd kleckrelay-email && npm install -g yarn
run: cd email && npm install -g yarn

- name: Install dependencies 📦
run: cd kleckrelay-email && yarn install --frozen-lockfile
run: cd email && yarn install --frozen-lockfile

- name: Build Emails 📩
run: cd kleckrelay-email && yarn run export
run: cd email && yarn run export

- name: Copy Emails 📩
run: cp -r ./emails/out/*.html ./templates/emails/
run: cp -r ./email/out/*.html ./templates/emails/

- name: Log into the Container registry 🧑
uses: docker/login-action@v2
Expand Down

0 comments on commit 29247c1

Please sign in to comment.