mirror of
https://github.com/ru-de/faq.git
synced 2024-11-22 02:12: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:
|
||||
sort_dictionary:
|
||||
if: github.repository == 'ru-de/faq'
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
if ! git diff HEAD --quiet; then git commit -q -am "dictionary rearrangement" && git push; fi
|
||||
update_github_pages:
|
||||
if: github.repository == 'ru-de/faq'
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user