[DOCs][RTD] Try to get better information about branch
- Avoiding a swallow checkout - Trying to fix the link to the GHA tests
This commit is contained in:
parent
dacd98fbc4
commit
5a6eb85027
|
|
@ -16,9 +16,10 @@ build:
|
||||||
# golang: "1.19"
|
# golang: "1.19"
|
||||||
jobs:
|
jobs:
|
||||||
post_checkout:
|
post_checkout:
|
||||||
|
# Get information about the repo
|
||||||
|
- git fetch --unshallow || true
|
||||||
# Avoid creating KiCost docs
|
# Avoid creating KiCost docs
|
||||||
- rm -rf submodules
|
- rm -rf submodules
|
||||||
|
|
||||||
# Build documentation in the "docs/" directory with Sphinx
|
# Build documentation in the "docs/" directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/source/conf.py
|
configuration: docs/source/conf.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue