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 53fc4d8 commit 5f33d9fCopy full SHA for 5f33d9f
.github/workflows/preview.yml
@@ -71,5 +71,5 @@ jobs:
71
issue_number: context.issue.number,
72
owner: context.repo.owner,
73
repo: context.repo.repo,
74
- body: 'Your Tutorial Preview has been deployed: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ steps.get-changed-folder.outputs.dir }}/preview'
+ body: 'Your Tutorial Preview has been deployed: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ steps.get-changed-folder.outputs.dir }}/preview/'
75
});
0 commit comments