We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371667d commit 1caeaedCopy full SHA for 1caeaed
1 file changed
.github/workflows/deploy.yaml
@@ -49,5 +49,5 @@ jobs:
49
# Log the deployed site URL automatically
50
- name: Log deployed site URL
51
run: |
52
- DEPLOYED_URL="https://${{ github.actor }}.github.io/${{ github.repository }}".split('/')[1]
53
- echo "Your site is deployed to: https://${{ github.actor }}.github.io/${{ github.repository.split('/')[1] }}"
+ DEPLOYED_URL="https://${{ github.actor }}.github.io/${{ github.event.repository.name }}"
+ echo "Your site is deployed to: https://${{ github.actor }}.github.io/${{ github.event.repository.name }}"
0 commit comments