Skip to content

Commit

Permalink
Coverage: reenable coverage page progress (#441)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Feb 3, 2021
1 parent d8b526e commit f7749b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
git submodule status
git submodule update --init --force
cd docs/_include/vyos-1x
git checkout current
git checkout equuleus
git pull
git submodule status
- name: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "docs/_include/vyos-1x"]
path = docs/_include/vyos-1x
url = https://github.com/vyos/vyos-1x
branch = current
branch = equuleus
4 changes: 2 additions & 2 deletions docs/_ext/vyos.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def setup(app):

app.add_config_value(
'vyos_working_commands',
#get_working_commands(),
{"cfgcmd": [], "opcmd": []},
get_working_commands(),
#{"cfgcmd": [], "opcmd": []},
'html'
)
app.add_config_value(
Expand Down
2 changes: 1 addition & 1 deletion docs/_include/vyos-1x
Submodule vyos-1x updated 109 files

0 comments on commit f7749b6

Please sign in to comment.