This commit is contained in:
nora 2022-07-21 17:40:27 +02:00
parent b4e6bd5e8f
commit 8443d986cb
34 changed files with 47 additions and 1008 deletions

10
deploy.sh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
git stash
git checkout gh-pages
hugo -D
git add ./public
git commit -m "deploy"
git push origin gh-pages
git checkout -
git stash pop