Skip to content

Commit a4449d3

Browse files
committed
[Fix] The deployment issue.
1 parent dbecb5e commit a4449d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
deploy:
2727
needs: build
2828
runs-on: ubuntu-latest
29-
if: github.repository == 'cppdoc-cc/Mooncake'
29+
if: github.repository == 'cppdoc-cc/cppdoc'
3030
environment:
3131
name: github-pages
3232
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)