mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-12-22 03:00:43 -06:00
point source url to main
This commit is contained in:
parent
308e323254
commit
c951816e9c
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ task docs, "Deploy doc html + search index to public/ directory":
|
||||||
pkgName = "hwylterm"
|
pkgName = "hwylterm"
|
||||||
srcFile = getCurrentDir() / fmt"src/{pkgName}.nim"
|
srcFile = getCurrentDir() / fmt"src/{pkgName}.nim"
|
||||||
gitUrl = fmt"https://github.com/daylinmorgan/{pkgName}"
|
gitUrl = fmt"https://github.com/daylinmorgan/{pkgName}"
|
||||||
selfExec fmt"doc --index:on --git.url:{gitUrl} --git.commit:v{version} --outdir:{deployDir} --project {srcFile}"
|
# selfExec fmt"doc --index:on --git.url:{gitUrl} --git.commit:v{version} --outdir:{deployDir} --project {srcFile}"
|
||||||
|
selfExec fmt"doc --index:on --git.url:{gitUrl} --git.commit:main --outdir:{deployDir} --project {srcFile}"
|
||||||
withDir deployDir:
|
withDir deployDir:
|
||||||
mvFile(pkgName & ".html", "index.html")
|
mvFile(pkgName & ".html", "index.html")
|
||||||
for file in walkDirRec(".", {pcFile}):
|
for file in walkDirRec(".", {pcFile}):
|
||||||
|
|
Loading…
Reference in a new issue