Improve formatting

This commit is contained in:
Michael Barz
2020-03-09 11:17:57 +01:00
parent 18d59e4f02
commit 1c32865f64
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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
+7 -7
View File
@@ -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: