Compare commits
2 commits
cc7b0986a6
...
1dadda3859
Author | SHA1 | Date | |
---|---|---|---|
1dadda3859 | |||
6b9ef09852 |
2 changed files with 2 additions and 1 deletions
1
Justfile
1
Justfile
|
@ -9,6 +9,7 @@ OUT_DIR := "public"
|
||||||
git init .
|
git init .
|
||||||
git checkout -B gh-pages
|
git checkout -B gh-pages
|
||||||
touch .nojekyll
|
touch .nojekyll
|
||||||
|
cp ../CNAME CNAME
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Deploy blog to github pages"
|
git commit -m "Deploy blog to github pages"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e2d235cabc07b104c4a6c99c0b6767ea59e01f12
|
Subproject commit 3abe20b3688a7101407de9fb156c127dd9434f27
|
Loading…
Reference in a new issue