Skip to content

Commit 05ab042

Browse files
committed
Tries another fix
1 parent 9a0492c commit 05ab042

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
@@ -28,5 +28,5 @@ jobs:
2828
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2929
git remote add repo "https://github.com/mobile-coding-hub/mobile-coding-hub.github.io.git"
3030
git fetch repo && git fetch -u repo docs:docs
31-
python -m mkdocs gh-deploy --clean --remote-name repo
31+
python -m mkdocs gh-deploy --clean --remote-name repo --remote-branch master
3232
git push repo master

0 commit comments

Comments
 (0)