mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-15 21:05:01 +01:00
blog
This commit is contained in:
parent
b4e6bd5e8f
commit
8443d986cb
34 changed files with 47 additions and 1008 deletions
10
deploy.sh
Executable file
10
deploy.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue