Skip to content

Commit e44a206

Browse files
committed
fix workflow
Signed-off-by: Aritra Dey <[email protected]>
1 parent 9b6dd7a commit e44a206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
🚀 **Preview Ready!**
6464
Your docs preview for this PR is available here:
6565
66-
**https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-${{ github.event.pull_request.number }}/**
67-
66+
**https://pecanproject.github.io/pr-${{ github.event.pull_request.number }}/**
67+
6868
deploy-production:
6969
# Runs ONLY on push to master
7070
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)