Skip to content

Commit

Permalink
Squash
Browse files Browse the repository at this point in the history
  • Loading branch information
langfield committed Nov 8, 2023
1 parent 12ed4fa commit 1ca7031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ki/maybes.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def empty_kirepo(root: EmptyDir) -> Tuple[EmptyDir, EmptyDir]:
kidir = F.mksubdir(root, Path(KI))
mediadir = F.mksubdir(EmptyDir(root), Path(MEDIA))
workflowsdir = F.mksubdir(EmptyDir(root), Path(".github/workflows"))
_ = F.copyfile(F.chk(Path(__file__).parent.parent / ".github/workflows/jekyll-gh-pages.yml.example"), F.chk(workflowsdir / "jekyll-gh-pages.yml.example"))
_ = F.copyfile(F.chk(Path(__file__).parent / "jekyll-gh-pages.yml"), F.chk(workflowsdir / "jekyll-gh-pages.yml.example"))
return kidir, mediadir


Expand Down

0 comments on commit 1ca7031

Please sign in to comment.