Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Oct 4, 2024
1 parent 5620f88 commit 89a3922
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
- name: Upload to Crowdin
continue-on-error: true
run: yarn crowdin:upload
run: |
cd website
yarn crowdin:upload
- name: Commit build
run: |
Expand Down

0 comments on commit 89a3922

Please sign in to comment.