Skip to content

Commit daafe00

Browse files
committed
Specify ref to pull
1 parent bb93ea2 commit daafe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-documentation-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ jobs:
123123
- name: Commit changes
124124
uses: EndBug/add-and-commit@v9
125125
with:
126-
pull: ''
126+
pull: 'origin gh-pages'
127127
add: 'pr-${{ github.event.pull_request.number }}/dev-docs-preview'
128128
message: 'Upload documentation preview for PR #${{ github.event.pull_request.number }}'

0 commit comments

Comments
 (0)