Skip to content

Commit 5b85aa1

Browse files
committed
Add trailing slash to PR preview URL
1 parent a44f5a0 commit 5b85aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
repo: ${{ github.event.repository.name }}
4747
owner: ${{ github.repository_owner }}
4848
pr: ${{ github.event.number }}
49-
url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ github.ref_name }}"
49+
url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ github.ref_name }}/"
5050
message: "📊 Dashboard preview 📊:"
5151
- name: Debug index.html if pull request
5252
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)