Skip to content

Commit

Permalink
Ensure that github action workflow deploys custom docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn authored Nov 14, 2023
1 parent e5c723a commit 8ab0958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
mkdir docs
touch docs/.nojekyll
cp -r src/docs/* docs/
poetry run gen-doc -d docs src/sssom_schema/schema/sssom_schema.yaml
poetry run gen-doc -d docs src/sssom_schema/schema/sssom_schema.yaml --template-directory src/doc-templates
poetry run mkdocs gh-deploy

0 comments on commit 8ab0958

Please sign in to comment.