From aabe80d168b9003348f9f8f29c0bb8a2ad2687d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 26 Aug 2023 12:43:39 +0200 Subject: [PATCH] ui: add documentation on how to upload assets --- pkgs/ui/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/ui/README.md b/pkgs/ui/README.md index d18260bcc..ee3cff7b5 100644 --- a/pkgs/ui/README.md +++ b/pkgs/ui/README.md @@ -15,3 +15,13 @@ The prettier tailwind class sorting is not yet working properly with our devShel To sort classnames manually: `cd /clan-core/pkgs/ui/` + +## Upload ui to gitea + +Create a gitea token here: https://git.clan.lol/user/settings/applications + +Than run this command: + +``` +GITEA_TOKEN= nix run .#update-ui-assets +```