mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 08:20:02 -05:00
Improve formatting
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
repository:
|
||||
name: ocis-accounts
|
||||
description: ':busts_in_silhouette: Serve Accounts for oCIS'
|
||||
homepage: https://owncloud.github.io/ocis-accounts/
|
||||
homepage: https://owncloud.github.io/extensions/ocis_accounts/
|
||||
topics: reva, ocis
|
||||
|
||||
private: false
|
||||
|
||||
@@ -137,13 +137,13 @@ release-finish: release-copy release-check
|
||||
docs-copy:
|
||||
mkdir -p $(HUGO); \
|
||||
mkdir -p $(HUGO)/content/extensions; \
|
||||
cd $(HUGO); \
|
||||
git init; \
|
||||
git remote rm origin; \
|
||||
git remote add origin https://github.com/owncloud/owncloud.github.io; \
|
||||
git fetch; \
|
||||
git checkout origin/source -f; \
|
||||
rsync --delete -aX ../docs/ content/extensions/$(NAME)
|
||||
cd $(HUGO); \
|
||||
git init; \
|
||||
git remote rm origin; \
|
||||
git remote add origin https://github.com/owncloud/owncloud.github.io; \
|
||||
git fetch; \
|
||||
git checkout origin/source -f; \
|
||||
rsync --delete -ax ../docs/ content/extensions/$(NAME)
|
||||
|
||||
.PHONY: docs-build
|
||||
docs-build:
|
||||
|
||||
Reference in New Issue
Block a user