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 ab8c168 commit 5c8dfe5Copy full SHA for 5c8dfe5
1 file changed
.github/workflows/publish-docs.yml
@@ -81,13 +81,13 @@ jobs:
81
cmake --build . --target docs --parallel ${BUILD_NPROC}
82
83
- name: Create documentation artifact
84
- if: ${{ github.event_name == 'push' }}
+ if: ${{ github.event.repository.visibility == 'public' && github.event_name == 'push' }}
85
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
86
with:
87
path: ${{ env.BUILD_DIR }}/docs/html
88
89
deploy:
90
91
needs: build
92
runs-on: ubuntu-latest
93
permissions:
0 commit comments