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 925ebe4 commit f9d26acCopy full SHA for f9d26ac
.github/workflows/publish-docfx.yml
@@ -43,10 +43,8 @@ jobs:
43
- run: ./scripts/generate-docfx-yml.ps1 ./docs
44
shell: pwsh
45
- run: docfx docfx.json
46
-
+ - run: chmod +x ./scripts/update-docfx-site.ps1
47
- name: Commit Changes
48
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
49
- run: |
50
- chmod +x ./scripts/update-docfx-site.ps1
51
- ./scripts/update-docfx-site.ps1
52
- shell: pwsh
+ if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'workflow_dispatch')
+ run: ./scripts/update-docfx-site.ps1
+ shell: pwsh
0 commit comments