Skip to content

Commit 1caeaed

Browse files
committed
deploy
1 parent 371667d commit 1caeaed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
# Log the deployed site URL automatically
5050
- name: Log deployed site URL
5151
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] }}"
52+
DEPLOYED_URL="https://${{ github.actor }}.github.io/${{ github.event.repository.name }}"
53+
echo "Your site is deployed to: https://${{ github.actor }}.github.io/${{ github.event.repository.name }}"

0 commit comments

Comments
 (0)