Skip to content

Commit 9e421e8

Browse files
authored
Merge pull request #66 from noelmcloughlin/fix2
fix(github): ensure about.md is handled
2 parents 0c10098 + 2ebf301 commit 9e421e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{cookiecutter.project_name}}/.github/workflows/deploy-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ jobs:
2929
mkdir -p docs
3030
touch docs/.nojekyll
3131
make gendoc
32+
([ ! -f docs/about.md ] && cp src/docs/about.md docs/) || true
3233
make mkd-gh-deploy
34+
35+
...

0 commit comments

Comments
 (0)