We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3913a58 commit d352d6fCopy full SHA for d352d6f
deploy.bat
@@ -1,4 +1,5 @@
1
@REM I push a subtree of the repo to github so that it deploys with the deploy folder as root.
2
@echo off
3
site.exe
4
+git remote set-url origin git@github.com:dev-dwarf/dev-dwarf.github.io.git
5
git subtree push --prefix=deploy origin gh-pages
0 commit comments