ci(docs): push the generated tree to gh-pages
This commit is contained in:
parent
5389278569
commit
d68527029f
2 changed files with 20 additions and 9 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
|
@ -130,3 +130,10 @@ jobs:
|
||||||
-T 'Argus Python Documentation versions' \
|
-T 'Argus Python Documentation versions' \
|
||||||
-s -D \
|
-s -D \
|
||||||
-o index.html
|
-o index.html
|
||||||
|
git config user.name github-actions
|
||||||
|
git config user.email github-actions@github.com
|
||||||
|
git add .
|
||||||
|
if [[ ! $(git diff --quiet) ]]; then
|
||||||
|
git commit -m "update index.html"
|
||||||
|
git push
|
||||||
|
fi
|
||||||
|
|
|
||||||
22
docs/_static/versions.json
vendored
22
docs/_static/versions.json
vendored
|
|
@ -1,11 +1,15 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "dev",
|
"name": "dev",
|
||||||
"version": "dev",
|
"version": "dev",
|
||||||
"url": "https://anand-bala.github.io/argus/dev/"
|
"url": "https://anand-bala.github.io/argus/dev/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "v0.1.1",
|
"version": "v0.1.1",
|
||||||
"url": "https://anand-bala.github.io/argus/v0.1.1/"
|
"url": "https://anand-bala.github.io/argus/v0.1.1/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"version": "v0.1.2",
|
||||||
|
"url": "https://anand-bala.github.io/argus/v0.1.2/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue