Skip to content

Commit 41b89e3

Browse files
committed
Merge branch 'main' into staging
2 parents fa3294b + c786595 commit 41b89e3

File tree

4 files changed

+816
-628
lines changed

4 files changed

+816
-628
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Deploy to Github Pages
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "0 5 * * *"
77
push:
88
branches:
99
- main

docs.package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
"target": "docs/02-iaas/components",
1212
"label": ""
1313
},
14-
{
15-
"repo": "SovereignCloudStack/cluster-stack-provider-openstack",
16-
"source": "docs",
17-
"target": "docs/03-container/components/cluster-stacks/components",
18-
"label": "cluster-stack-provider-openstack"
19-
},
2014
{
2115
"repo": "SovereignCloudStack/standards",
2216
"source": ["Standards/*.md", "Tests/scs-*.yaml"],

0 commit comments

Comments
 (0)