Compare commits
No commits in common. "1dadda3859a2b6748ca1d6cae7c98c3006de41a7" and "cc7b0986a6c2de8d08ea0cb5c9dc822441aee260" have entirely different histories.
1dadda3859
...
cc7b0986a6
2 changed files with 1 additions and 2 deletions
1
Justfile
1
Justfile
|
@ -9,7 +9,6 @@ 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 3abe20b3688a7101407de9fb156c127dd9434f27
|
Subproject commit e2d235cabc07b104c4a6c99c0b6767ea59e01f12
|
Loading…
Reference in a new issue