We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44f5a0 commit 5b85aa1Copy full SHA for 5b85aa1
.github/workflows/update.yml
@@ -46,7 +46,7 @@ jobs:
46
repo: ${{ github.event.repository.name }}
47
owner: ${{ github.repository_owner }}
48
pr: ${{ github.event.number }}
49
- url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ github.ref_name }}"
+ url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ github.ref_name }}/"
50
message: "📊 Dashboard preview 📊:"
51
- name: Debug index.html if pull request
52
if: github.event_name == 'pull_request'
0 commit comments