mirror of
https://github.com/DevRelSalon/website.git
synced 2026-03-10 08:01:23 +00:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf dev/*
|
|
hugo -w -d dev --config config.toml,development.toml
|
|
|