Skip to content

Commit

Permalink
Ensure that github action workflow deploys custom docs (#334)
Browse files Browse the repository at this point in the history
Related to #332 #333 

- [ ] `docs/` have been added/updated if necessary
- [ ] `make test` has been run locally
- [ ] tests have been added/updated (if applicable)
- [ ]
[CHANGELOG.md](https://github.com/mapping-commons/sssom/blob/master/CHANGELOG.md)
has been updated.

This PR ensures that the changes provided by @sujaypatil96 in #333 are
also taken into account by the automatic SSSOM docs deploy system.
  • Loading branch information
matentzn authored Nov 14, 2023
1 parent e5c723a commit 16f17cf
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 16f17cf

Please sign in to comment.