Skip to content

Commit

Permalink
fix: amend config and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Jun 28, 2023
1 parent 6fb0f7d commit 441ac62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: retypeapp/action-build@v3
with:
config: docs
config: ./

- uses: retypeapp/action-github-pages@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions retype.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
input: ./
output: .retype
url: bloomwalletio.github.io/docs/
url: bloomwalletio.github.io/bloom-docs/
favicon: static/icon_firefly.png

branding:
Expand All @@ -13,7 +13,7 @@ meta:

edit:
repo: 'https://github.com/bloomwalletio/bloom'
base: /docs
base: ./
branch: develop

links:
Expand Down

0 comments on commit 441ac62

Please sign in to comment.