Skip to content

Commit

Permalink
update update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed May 14, 2024
1 parent 04a1a66 commit e021e4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Remove content of the _book
run: rm -rf $OUTPUT_DIR/_book

- name: Prepare crowdin translations
run: npm run fix:crowdin_files languages="$LANGUAGES"

Expand Down

0 comments on commit e021e4c

Please sign in to comment.