mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
fix: Disable icon-docs as they are broken anyways
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ user-manual-html:
|
||||
cd user_manual && make html
|
||||
@echo "User manual build finished; HTML is updated"
|
||||
|
||||
developer-manual-html: openapi-spec icons-docs
|
||||
developer-manual-html: openapi-spec # icons-docs
|
||||
rm -rf developer_manual/_build/html/com
|
||||
cd developer_manual && make html
|
||||
@echo "Developer manual build finished; HTML is updated"
|
||||
|
||||
Reference in New Issue
Block a user