Skip to content

Commit

Permalink
Refactor translations workflow, move cd command for frontend director…
Browse files Browse the repository at this point in the history
…y outside of the previous step.
  • Loading branch information
realashleybailey committed Oct 22, 2023
1 parent 9beca12 commit 2b2c124
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,10 @@ jobs:
run: |
npm install vue3-gettext
# Switch to the Wizarr Frontend directory
- name: Switch to frontend directory
run: |
cd apps/wizarr-frontend/
# Compile translations
- name: Compile translations
run: |
cd apps/wizarr-frontend/
npx vue-gettext-compile
# Commit and push changes
Expand Down

0 comments on commit 2b2c124

Please sign in to comment.