Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Locales] Fix gh workflow #4256

Closed
wants to merge 13 commits into from
11 changes: 6 additions & 5 deletions .github/workflows/generates_locales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- generates_locales
paths:
- 'doc/**'
- '!doc/locale/**'
Expand All @@ -16,10 +17,10 @@ jobs:
docs-folder: "doc/"
pre-build-command: pip install -r requirements.txt
build-command: make gettext
- uses: actions/checkout@v2
- name: Commit report
run: |
- name: Commit report
run: |
git config --global user.name 'Nextcloud Bot'
git config --global user.email 'bot@nextcloud.com'
git commit -am "Updates catalog templates (POT files fetched automatically by transifex)"
git push
git add -f doc/_build/locale
git diff-index --quiet HEAD || git commit -am "Updates catalog templates (POT files fetched automatically by transifex)"
git push
Binary file added doc/_build/locale/.doctrees/advancedusage.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/architecture.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/autoupdate.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/building.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/conffile.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/conflicts.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/environment.pickle
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/envvars.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/faq.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/glossary.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/index.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/installing.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/introduction.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/lowdiskspace.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/navigating.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/nextcloudcmd.doctree
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/options.doctree
Binary file not shown.
Binary file not shown.
Binary file added doc/_build/locale/.doctrees/visualtour.doctree
Binary file not shown.
Loading