We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4848c86 commit cf6e598Copy full SHA for cf6e598
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
arguments: --url-ignore /api/ --allow-hash-href --assume-extension --disable-external
30
31
- name: '[Publish Documentation]'
32
- if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
+ if: ${{ github.event_name == 'push' }}
33
shell: pwsh
34
run: ./build.ps1 -target Publish-Documentation
35
0 commit comments