We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb93ea2 commit daafe00Copy full SHA for daafe00
.github/workflows/deploy-documentation-preview.yml
@@ -123,6 +123,6 @@ jobs:
123
- name: Commit changes
124
uses: EndBug/add-and-commit@v9
125
with:
126
- pull: ''
+ pull: 'origin gh-pages'
127
add: 'pr-${{ github.event.pull_request.number }}/dev-docs-preview'
128
message: 'Upload documentation preview for PR #${{ github.event.pull_request.number }}'
0 commit comments