Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 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
7 changes: 7 additions & 0 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ jobs:
"has_composer": true,
"makefile_target": "build_ncw_apps_menu_app"
}
{
"name": "tables",
"path": "apps-external/tables",
"has_npm": true,
"has_composer": true,
"makefile_target": "build_tables_app"
}
]'

# Validate JSON and output as compact format
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@
[submodule "apps-external/ncw_apps_menu"]
path = apps-external/ncw_apps_menu
url = [email protected]:IONOS-Productivity/ncw-apps-menu.git
[submodule "apps-external/tables"]
path = apps-external/tables
url = [email protected]:nextcloud/tables.git
2 changes: 1 addition & 1 deletion IONOS
Submodule IONOS updated 2 files
+13 −1 Makefile
+7 −8 configure.sh
1 change: 1 addition & 0 deletions apps-external/tables
Submodule tables added at 369d70