Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/hidrive-next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ jobs:
PUPPETEER_SKIP_DOWNLOAD: true
run: make -f IONOS/Makefile build_dep_simplesettings_app

- name: Install dependencies & build simplenavigation app
env:
CYPRESS_INSTALL_BINARY: 0
PUPPETEER_SKIP_DOWNLOAD: true
run: make -f IONOS/Makefile build_dep_simplenavigation_app

- name: Install dependencies & build viewer app
env:
CYPRESS_INSTALL_BINARY: 0
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@
[submodule "apps-external/notify_push"]
path = apps-external/notify_push
url = git@github.com:nextcloud/notify_push.git
[submodule "apps-custom/simplenavigation"]
path = apps-custom/simplenavigation
url = git@github.com:IONOS-Productivity/nc-simplenavigation.git
2 changes: 1 addition & 1 deletion IONOS
Submodule IONOS updated from 54f352 to e1aa0a
1 change: 1 addition & 0 deletions apps-custom/simplenavigation
Submodule simplenavigation added at b9eefb
Loading