Skip to content

Commit

Permalink
Merge pull request #66 from noelmcloughlin/fix2
Browse files Browse the repository at this point in the history
fix(github): ensure about.md is handled
  • Loading branch information
sierra-moxon committed May 15, 2023
2 parents 0c10098 + 2ebf301 commit 9e421e8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ jobs:
mkdir -p docs
touch docs/.nojekyll
make gendoc
([ ! -f docs/about.md ] && cp src/docs/about.md docs/) || true
make mkd-gh-deploy
...

0 comments on commit 9e421e8

Please sign in to comment.