Files

5 lines
109 B
Bash

#!/bin/sh
hugo
cd public && git add --all && git commit -m "Publishing to gh-pages" && git push -f && cd ..