From 9ce7ff3a862e35c804ed8f93df4f3e4f89e53588 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 7 Sep 2022 14:41:17 +0530 Subject: [PATCH] fix: build assets dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67c7ce3..0d86115 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ci-deploy: ## Deploy from CI/CD. Only call from within CI fi git config --global user.email "${CI_COMMIT_AUTHOR_EMAIL}" git config --global user.name "${CI_COMMIT_AUTHOR}" - ./scripts/ci.sh --commit-files librepages target "${CI_COMMIT_AUTHOR} <${CI_COMMIT_AUTHOR_EMAIL}>" + ./scripts/ci.sh --commit-files librepages . "${CI_COMMIT_AUTHOR} <${CI_COMMIT_AUTHOR_EMAIL}>" ./scripts/ci.sh --init "$$GITEA_WRITE_DEPLOY_KEY" ./scripts/ci.sh --deploy ${LIBREPAGES_DEPLOY_SECRET} librepages ./scripts/ci.sh --clean