diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-10 16:52:00 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-10 17:14:26 +0800 |
commit | 3f58423e680921170a16449f9c04af53df79ee52 (patch) | |
tree | 3246ff50494a02baca3cfa91de0369cdc3eaf387 /www | |
parent | 6baba3a4341cdc4890bd26debc4a1520ad229bac (diff) | |
download | crupest-3f58423e680921170a16449f9c04af53df79ee52.tar.gz crupest-3f58423e680921170a16449f9c04af53df79ee52.tar.bz2 crupest-3f58423e680921170a16449f9c04af53df79ee52.zip |
chore(www): remove wrong command of rebuilding blogs.
Diffstat (limited to 'www')
-rw-r--r-- | www/content/notes/cheat-sheet.md | 6 |
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 |