Skip to content

Commit cf6e598

Browse files
committed
(build) enable docs publishing manual trigger
1 parent 4848c86 commit cf6e598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
arguments: --url-ignore /api/ --allow-hash-href --assume-extension --disable-external
3030

3131
- name: '[Publish Documentation]'
32-
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
32+
if: ${{ github.event_name == 'push' }}
3333
shell: pwsh
3434
run: ./build.ps1 -target Publish-Documentation
3535

0 commit comments

Comments
 (0)