We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4312d46 commit 95e0f30Copy full SHA for 95e0f30
.github/workflows/publish-log4brains.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install and Build Log4brains
30
run: |
31
npm install -g log4brains
32
- log4brains build --basePath "/${{ github.event.repository.name }}"
+ log4brains build --basePath "/${{ github.event.repository.name }}-ADRs"
33
touch .log4brains/out/.nojekyll
34
35
- name: Deploy
0 commit comments