Staging
v0.5.1
https://github.com/python/cpython
Revision a76ba362c4d86adf5e7f8254398135d12d7afd25 authored by Steve Dower on 16 December 2019, 18:35:22 UTC, committed by GitHub on 16 December 2019, 18:35:22 UTC
1 parent 814d687
Raw File
Tip revision: a76ba362c4d86adf5e7f8254398135d12d7afd25 authored by Steve Dower on 16 December 2019, 18:35:22 UTC
bpo-39041: Add GitHub Actions support (GH-17594)
Tip revision: a76ba36
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top