From 2a2e5cffb8869763e50bfc661cfab92f784dcf7a Mon Sep 17 00:00:00 2001 From: Moshe Immermam Date: Tue, 12 Dec 2023 12:27:04 +0200 Subject: [PATCH] chore: fix icons --- mission-control/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mission-control/Makefile b/mission-control/Makefile index 0be5ab80..578c6702 100644 --- a/mission-control/Makefile +++ b/mission-control/Makefile @@ -5,5 +5,7 @@ sync: rm docs/canary-checker/index.md mkdir -p docs/reference cp -r docs/canary-checker/scripting docs/reference + rm -rf static/img/icons + cp -r ../canary-checker/static/img/icons static/img cp docs/canary-checker/concepts/authentication.md docs/reference/ cp docs/canary-checker/concepts/connections.md docs/reference/