vault backup: 2025-01-17 20:54:00
This commit is contained in:
parent
3eee194f13
commit
57755d6457
1 changed files with 2 additions and 4 deletions
|
@ -63,10 +63,8 @@ After that, you can configure whatever you would like in `/srv/quartz/src` using
|
|||
|
||||
```bash
|
||||
docker exec -it quartz-wiki bash
|
||||
cd content/
|
||||
git restore .
|
||||
cd ../src/
|
||||
npx quartz build
|
||||
cd /quartz/content/ && git restore . && git pull
|
||||
cd /quartz/src/ && npx quartz build
|
||||
```
|
||||
|
||||
## ⚙️ Configuration
|
||||
|
|
Loading…
Reference in a new issue