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
|
```bash
|
||||||
docker exec -it quartz-wiki bash
|
docker exec -it quartz-wiki bash
|
||||||
cd content/
|
cd /quartz/content/ && git restore . && git pull
|
||||||
git restore .
|
cd /quartz/src/ && npx quartz build
|
||||||
cd ../src/
|
|
||||||
npx quartz build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## ⚙️ Configuration
|
## ⚙️ Configuration
|
||||||
|
|
Loading…
Reference in a new issue