Skip to content

Commit 0bb508b

Browse files
committed
Fix the reference to the wrong repository
Signed-off-by: Madelyn Olson <[email protected]>
1 parent 0e050aa commit 0bb508b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zola-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
github.head_ref || 'main' }}
2727
repository: >-
2828
${{ github.event_name == 'pull_request' &&
29-
github.event.pull_request.head.repo.full_name || 'main' }}
29+
github.event.pull_request.head.repo.full_name || 'valkey-io/valkey-io.github.io' }}
3030
path: website
3131

3232
- name: Checkout valkey-doc

0 commit comments

Comments
 (0)