Skip to content

Commit

Permalink
ci: install fr_FR locale to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Jan 22, 2024
1 parent 9f06a3a commit a04a6b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
key: pip-docs
restore-keys: pip-docs

- name: Install locales
run: |
sudo apt-get install language-pack-fr
sudo localedef -i fr_FR -f UTF-8 fr_FR
- name: Install dependencies
run: |
sudo apt install -y pandoc
Expand Down

0 comments on commit a04a6b5

Please sign in to comment.