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
commit411ecc9e1f8ef2671351787392182fd42e78d24e (patch)
treeed7c1e7c0827deeba584f5858a58da67b6e7eeca
parent0eae3f8365c8012331c7de0696b0267f674996ed (diff)
downloadcrupest-411ecc9e1f8ef2671351787392182fd42e78d24e.tar.gz
crupest-411ecc9e1f8ef2671351787392182fd42e78d24e.tar.bz2
crupest-411ecc9e1f8ef2671351787392182fd42e78d24e.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