Update README.md
This commit is contained in:
parent
df3c99b41e
commit
d7247df96c
1 changed files with 2 additions and 2 deletions
|
|
@ -184,7 +184,7 @@ To test fetching data without full deployment:
|
|||
```bash
|
||||
cd /path/to/your-cloned-git
|
||||
./fetch-and-convert.sh
|
||||
hugo server -D
|
||||
hugo server
|
||||
# Visit http://localhost:1313 to preview
|
||||
```
|
||||
|
||||
|
|
@ -234,7 +234,7 @@ crontab -l
|
|||
grep CRON /var/log/syslog
|
||||
|
||||
# Test the script manually
|
||||
/var/www/your-site/deploy.sh
|
||||
/path/to/your/clonedgit/deploy.sh
|
||||
```
|
||||
|
||||
### 5. Empty data files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue