Skip to content

Commit

Permalink
Fixes Edit links in documentations dont work #190
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jun 3, 2022
1 parent 6a7dd7a commit 5575e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Deploy Documentation
# Controls when the action will run. Triggers the workflow on push
on:
workflow_dispatch:
push:
pull_request:
branches: [ master ]

paths:
- 'sssom_schema/src/docs/*'
- 'sssom_schema/src/linkml/sssom_schema.yaml'
# paths:
# - 'sssom_schema/src/docs/*'
# - 'sssom_schema/src/linkml/sssom_schema.yaml'


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ nav:

site_url: https://mapping-commons.github.io/sssom/
repo_url: https://github.com/mapping-commons/sssom/
edit_uri: "edit/master/sssom_schema/src/docs/"

0 comments on commit 5575e4b

Please sign in to comment.