We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea30b0 commit 9da36b9Copy full SHA for 9da36b9
.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.repository }}/"
+ log4brains build --basePath "/${{ github.repository }}"
33
34
- name: Deploy
35
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments