Skip to content

Commit 9da36b9

Browse files
removed last slash
1 parent bea30b0 commit 9da36b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-log4brains.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install and Build Log4brains
3030
run: |
3131
npm install -g log4brains
32-
log4brains build --basePath "/${{ github.repository }}/"
32+
log4brains build --basePath "/${{ github.repository }}"
3333
3434
- name: Deploy
3535
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)