Skip to content

Commit

Permalink
fix: make relative paths in ADRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed May 26, 2023
1 parent ef35c58 commit b12e83d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Build ADRs
run: |
cd ./atala-prism-building-blocks
npm install -g log4brains
log4brains build --out ../static/adrs
touch ../static/adrs/.nojekyll
- name: Build website
run: |
yarn build --out-dir infra/website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cd ./atala-prism-building-blocks
npm install -g log4brains
log4brains build --out ../static/adrs
log4brains build --out ../static/adrs --basePath /adrs
touch ../static/adrs/.nojekyll
- name: Release
env:
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const config = {
},
{
label: 'Architecture Decision Records',
href: 'pathname://adrs/index.html',
href: 'pathname://adrs',
},
],
},
Expand Down

0 comments on commit b12e83d

Please sign in to comment.