aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-10 16:52:00 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-10 17:14:26 +0800
commit3f58423e680921170a16449f9c04af53df79ee52 (patch)
tree3246ff50494a02baca3cfa91de0369cdc3eaf387
parent6baba3a4341cdc4890bd26debc4a1520ad229bac (diff)
downloadcrupest-3f58423e680921170a16449f9c04af53df79ee52.tar.gz
crupest-3f58423e680921170a16449f9c04af53df79ee52.tar.bz2
crupest-3f58423e680921170a16449f9c04af53df79ee52.zip
chore(www): remove wrong command of rebuilding blogs.
-rw-r--r--www/content/notes/cheat-sheet.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/www/content/notes/cheat-sheet.md b/www/content/notes/cheat-sheet.md
index e525ddb..77e337d 100644
--- a/www/content/notes/cheat-sheet.md
+++ b/www/content/notes/cheat-sheet.md
@@ -27,12 +27,6 @@ Script from <https://docs.deno.com/runtime/getting_started/installation/>
$ curl -fsSL https://deno.land/install.sh | sh
```
-### Rebuild Blog
-
-```bash-session
-$ docker exec -it blog /scripts/update.bash
-```
-
### Add Git Server User / Set Password
```bash-session