Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
michelmetran committed Mar 4, 2024
1 parent 92a0a7b commit 989af71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ build:
pre_create_environment:
- echo "Command run at 'pre_create_environment' step"
- locale -a
- sudo apt-get update
#- sudo apt-get update
# - apt-get update && apt-get install -y locales
pre_install:
# - bash ./scripts/pre_install.sh
# apt-get clean &&
- date
#- apt-get update && apt-get install -y locales
- locale-gen pt_BR.UTF-8
- update-locale LANG=pt_BR.UTF-8
#- locale-gen pt_BR.UTF-8
#- update-locale LANG=pt_BR.UTF-8

post_build:
- echo "Command run at 'post_build' step"
Expand Down

0 comments on commit 989af71

Please sign in to comment.