Skip to content

Commit 16f17cf

Browse files
authored
Ensure that github action workflow deploys custom docs (#334)
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.
1 parent e5c723a commit 16f17cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
mkdir docs
7373
touch docs/.nojekyll
7474
cp -r src/docs/* docs/
75-
poetry run gen-doc -d docs src/sssom_schema/schema/sssom_schema.yaml
75+
poetry run gen-doc -d docs src/sssom_schema/schema/sssom_schema.yaml --template-directory src/doc-templates
7676
poetry run mkdocs gh-deploy

0 commit comments

Comments
 (0)