mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Coverage: reenable coverage page progress (#441)
* Github: correct branch for vyos-1x submodule * Coverage: reenable coverage page progress * Update vyos-1x submodule (#24) Co-authored-by: rebortg <rebortg@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: rebortg <rebortg@users.noreply.github.com>
This commit is contained in:
parent
d8b526e8a1
commit
f7749b67c6
2
.github/workflows/submodules.yml
vendored
2
.github/workflows/submodules.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
git submodule status
|
git submodule status
|
||||||
git submodule update --init --force
|
git submodule update --init --force
|
||||||
cd docs/_include/vyos-1x
|
cd docs/_include/vyos-1x
|
||||||
git checkout current
|
git checkout equuleus
|
||||||
git pull
|
git pull
|
||||||
git submodule status
|
git submodule status
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
|
|||||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
|||||||
[submodule "docs/_include/vyos-1x"]
|
[submodule "docs/_include/vyos-1x"]
|
||||||
path = docs/_include/vyos-1x
|
path = docs/_include/vyos-1x
|
||||||
url = https://github.com/vyos/vyos-1x
|
url = https://github.com/vyos/vyos-1x
|
||||||
branch = current
|
branch = equuleus
|
||||||
|
|||||||
@ -20,8 +20,8 @@ def setup(app):
|
|||||||
|
|
||||||
app.add_config_value(
|
app.add_config_value(
|
||||||
'vyos_working_commands',
|
'vyos_working_commands',
|
||||||
#get_working_commands(),
|
get_working_commands(),
|
||||||
{"cfgcmd": [], "opcmd": []},
|
#{"cfgcmd": [], "opcmd": []},
|
||||||
'html'
|
'html'
|
||||||
)
|
)
|
||||||
app.add_config_value(
|
app.add_config_value(
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 8076176ec68915b1148829f63ad3da25441f27e7
|
Subproject commit 86209c679c6b7ca9d5bac1f67ffd391b9b16c008
|
||||||
Loading…
x
Reference in New Issue
Block a user