Skip to content

Commit 87d5bfc

Browse files
committed
ci: source correct file
1 parent cdeb788 commit 87d5bfc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: mkdocs build and push
2-
31
on:
42
workflow_dispatch:
53

@@ -44,7 +42,7 @@ jobs:
4442
- name: build and push
4543
run: |
4644
cd sdk/
47-
source .venv/bin/activate.sh
45+
source .venv/bin/activate
4846
cd ../org/
4947
mkdocs gh-deploy --force \
5048
--message 'chore: deploy offline-function-calling/sdk@{sha}' \

0 commit comments

Comments
 (0)