Skip to content

Commit 2ebf301

Browse files
fix(github): ensure about.md is handled
1 parent 110f17a commit 2ebf301

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)