Skip to content

Commit

Permalink
adding path back for public site
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonBeeming authored Mar 24, 2024
1 parent 89fcffb commit eb5811c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-log4brains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install and Build Log4brains
run: |
npm install -g log4brains
log4brains build --basePath ""
log4brains build --basePath "/${{ github.event.repository.name }}"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit eb5811c

Please sign in to comment.