Skip to content

Commit

Permalink
test: deploy with graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Nov 13, 2024
1 parent 99a3615 commit 9c5c2e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ jobs:
deploy:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
secrets: inherit
with:
apis-base-container-ref: "birger/add-graphviz"
1 change: 1 addition & 0 deletions apis_instance_nsvis/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
INSTALLED_APPS[INSTALLED_APPS.index("apis_ontology")] = "apis_instance_nsvis"
INSTALLED_APPS += ["auditlog"]
INSTALLED_APPS += ["apis_core.history"]
INSTALLED_APPS += ["apis_core.documentation"]
INSTALLED_APPS.insert(0, "apis_core.relations")

0 comments on commit 9c5c2e8

Please sign in to comment.