Skip to content

Commit b9bde9c

Browse files
committed
ci: do not force push
1 parent a90f94f commit b9bde9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs-build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
cd sdk/
4747
source .venv/bin/activate
4848
cd ../org/
49-
mkdocs gh-deploy --force \
49+
mkdocs gh-deploy \
5050
--message 'chore: deploy offline-function-calling/sdk@{sha}' \
5151
--remote-branch 'pages' --config-file ../sdk/mkdocs.yaml

0 commit comments

Comments
 (0)