Skip to content

Commit f7749b6

Browse files
Coverage: reenable coverage page progress (vyos#441)
* Github: correct branch for vyos-1x submodule * Coverage: reenable coverage page progress * Update vyos-1x submodule (vyos#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>
1 parent d8b526e commit f7749b6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
git submodule status
1717
git submodule update --init --force
1818
cd docs/_include/vyos-1x
19-
git checkout current
19+
git checkout equuleus
2020
git pull
2121
git submodule status
2222
- name: Create Pull Request

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "docs/_include/vyos-1x"]
22
path = docs/_include/vyos-1x
33
url = https://github.com/vyos/vyos-1x
4-
branch = current
4+
branch = equuleus

docs/_ext/vyos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def setup(app):
2020

2121
app.add_config_value(
2222
'vyos_working_commands',
23-
#get_working_commands(),
24-
{"cfgcmd": [], "opcmd": []},
23+
get_working_commands(),
24+
#{"cfgcmd": [], "opcmd": []},
2525
'html'
2626
)
2727
app.add_config_value(

docs/_include/vyos-1x

Submodule vyos-1x updated 109 files

0 commit comments

Comments
 (0)