We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbecb5e commit a4449d3Copy full SHA for a4449d3
1 file changed
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
deploy:
27
needs: build
28
runs-on: ubuntu-latest
29
- if: github.repository == 'cppdoc-cc/Mooncake'
+ if: github.repository == 'cppdoc-cc/cppdoc'
30
environment:
31
name: github-pages
32
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments