mirror of
https://github.com/django/django.git
synced 2025-01-03 15:06:09 +00:00
Used Ubuntu 18.04 for docs GitHub action.
This commit is contained in:
parent
4c6a6d5ac7
commit
01eed04155
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -12,7 +12,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-latest
|
# OS must be the same as on djangoproject.com.
|
||||||
|
runs-on: ubuntu-18.04
|
||||||
name: docs
|
name: docs
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user