Skip to content

Commit

Permalink
Update actions.yaml, specs.json
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Aug 19, 2022
1 parent 44d8fa7 commit fbb81ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
|| ! [[ -z "$(git status --porcelain)" ]] ; then
git add .
git commit -m "Update docs html"
git push origin main
fi
- name: Release changes
Expand Down
6 changes: 3 additions & 3 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"spec_directory": "./docs",
"output_path": "./docs/www",
"logo": "images/iGrant_1900_800_Black.png",
"logo_link": "https://dxa.igrant.io/",
"logo_link": "https://dda.igrant.io/",
"markdown_paths": [
"datadisclosure-agreement-specification.md"
]
Expand All @@ -15,7 +15,7 @@
"spec_directory": "./docs/protocol",
"output_path": "./docs/www/protocol",
"logo": "../images/iGrant_1900_800_Black.png",
"logo_link": "https://dxa.igrant.io/",
"logo_link": "https://dda.igrant.io/",
"source": {
"host": "github",
"account": "decentralised-dataexchange",
Expand All @@ -30,7 +30,7 @@
"spec_directory": "./docs/did",
"output_path": "./docs/www/did",
"logo": "../images/iGrant_1900_800_Black.png",
"logo_link": "https://dxa.igrant.io/",
"logo_link": "https://dda.igrant.io/",
"source": {
"host": "github",
"account": "decentralised-dataexchange",
Expand Down

0 comments on commit fbb81ac

Please sign in to comment.