Skip to content

Commit

Permalink
Corrected path for doc generation (#200)
Browse files Browse the repository at this point in the history
* test

* comment

* corrected path

* commented

* uncommented

* pull_request => push
  • Loading branch information
hrshdhgd authored Jun 7, 2022
1 parent 537bf76 commit a7a7517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

paths:
- 'src/docs/*'
- 'src/schema/sssom_schema.yaml'
- 'src/sssom_schema/schema/sssom_schema.yaml'


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down Expand Up @@ -71,5 +71,5 @@ jobs:
mkdir docs
touch docs/.nojekyll
cp -r src/docs/* docs/
poetry run gen-doc -d docs src/schema/sssom_schema.yaml
poetry run gen-doc -d docs src/sssom_schema/schema/sssom_schema.yaml
poetry run mkdocs gh-deploy

0 comments on commit a7a7517

Please sign in to comment.