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 0526b5c commit 04123abCopy full SHA for 04123ab
.github/workflows/documentation_coverage.yml
@@ -51,14 +51,14 @@ jobs:
51
if: github.ref == 'refs/heads/main'
52
uses: actions/configure-pages@v4
53
- name: Upload Artifact
54
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main' && github.repository == 'Pagghiu/SaneCppLibraries'
55
uses: actions/upload-pages-artifact@v3
56
with:
57
# location of the coverage artifacts
58
path: "_Build/_Documentation/docs"
59
60
deploy:
61
62
runs-on: ubuntu-latest
63
needs: build
64
0 commit comments