mirror of
https://github.com/ru-de/faq.git
synced 2024-11-22 18:32:19 +00:00
Update cd.yml
This commit is contained in:
parent
168b0515da
commit
b0a3b24ef1
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
sort_dictionary:
|
sort_dictionary:
|
||||||
if: github.repository == 'ru-de/faq'
|
if: github.repository == 'ru-de/faq'
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
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 "dictionary rearrangement" && git push; fi
|
||||||
update_github_pages:
|
update_github_pages:
|
||||||
if: github.repository == 'ru-de/faq'
|
if: github.repository == 'ru-de/faq'
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user