Skip to content

Commit

Permalink
fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
uprel committed Oct 28, 2024
1 parent 3bd5d68 commit 85ba8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: Update .po files from .pot file
run: |
# Assuming the .pot file is named with the language code, like 'es.pot' for Spanish
# Assuming the .pot file is named with the language code
sphinx-intl update -p locale -l sl
- name: Sphinx build with translations
run: |
sphinx-build -D language=<your_language_code> doc _build
sphinx-build -D language=sl doc _build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 85ba8c0

Please sign in to comment.