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 9a0492c commit 05ab042Copy full SHA for 05ab042
.github/workflows/deploy.yml
@@ -28,5 +28,5 @@ jobs:
28
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
29
git remote add repo "https://github.com/mobile-coding-hub/mobile-coding-hub.github.io.git"
30
git fetch repo && git fetch -u repo docs:docs
31
- python -m mkdocs gh-deploy --clean --remote-name repo
+ python -m mkdocs gh-deploy --clean --remote-name repo --remote-branch master
32
git push repo master
0 commit comments