mirror of
https://github.com/ru-de/faq.git
synced 2024-11-12 21:51:01 +00:00
Update cd.yml
This commit is contained in:
parent
b0a3b24ef1
commit
34847eea73
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
git config --global user.name "Github Actions"
|
git config --global user.name "Github Actions"
|
||||||
LC_ALL=ru_RU.UTF8 sort files/ci/dictionary.dic -o files/ci/dictionary.dic -f
|
LC_ALL=ru_RU.UTF8 sort files/ci/dictionary.dic -o files/ci/dictionary.dic -f
|
||||||
if ! git diff HEAD --quiet; then git commit -q -am "dictionary rearrangement" && git push; fi
|
if ! git diff HEAD --quiet; then git commit -q -am "re-order dictionary" && git push; fi
|
||||||
update_github_pages:
|
update_github_pages:
|
||||||
if: github.repository == 'ru-de/faq'
|
if: github.repository == 'ru-de/faq'
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
Loading…
Reference in New Issue
Block a user