Skip to content

Commit 4d95240

Browse files
authored
Merge pull request #1320 from swarmauri/cobycloud-patch-1
Update docs-deployment.yaml
2 parents da625e0 + d09d611 commit 4d95240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Documentation
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
paths:
77
- 'docs/**'
88
- 'pkgs/**'
@@ -33,4 +33,4 @@ jobs:
3333
# Build and start the new container
3434
docker-compose up -d
3535
36-
echo "Documentation deployment completed on $VM_NAME"
36+
echo "Documentation deployment completed on $VM_NAME"

0 commit comments

Comments
 (0)