Skip to content

Commit

Permalink
sync with latest documentation workflow from linkml cookicutter
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaypatil96 committed Nov 14, 2023
1 parent 5ab02ba commit efc3e86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ jobs:
mkdir docs
touch docs/.nojekyll
make gendoc
poetry run mkdocs gh-deploy
([ ! -f docs/about.md ] && cp src/docs/about.md docs/) || true
make mkd-gh-deploy

0 comments on commit efc3e86

Please sign in to comment.