Skip to content

Commit

Permalink
fix: fix:all for bug with language menu working in built book
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed May 14, 2024
1 parent e021e4c commit 37f9f4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
- name: Fix built book
run: |
tree docs
npm run fix:all languages="$LANGUAGES"
npm run fix:all languages=$LANGUAGES
- name: Commit changes
run: |
Expand Down

0 comments on commit 37f9f4f

Please sign in to comment.