File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
3
- # Copyright 2023 Cloudera, Inc. All Rights Reserved.
3
+ # Copyright 2024 Cloudera, Inc. All Rights Reserved.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
26
26
jobs :
27
27
build-ansible-docs :
28
28
name : Build Ansible Docs
29
- uses : cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@v1
29
+ uses : cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@main
30
30
with :
31
31
pages-upload : true
32
32
directory-upload : true
45
45
steps :
46
46
- name : Deploy Github Pages
47
47
id : deployment
48
- uses : actions/deploy-pages@v2
48
+ uses : actions/deploy-pages@v4
49
49
with :
50
50
artifact_name : github-pages
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ cd docsbuild
139
139
pip install ansible-core https://github.com/cloudera-labs/antsibull-docs/archive/cldr-docsite.tar.gz
140
140
141
141
# Install the collection's build dependencies
142
- pip install requirements.txt
142
+ pip install -r requirements.txt
143
143
144
144
# Then run the build script
145
145
./build.sh
Original file line number Diff line number Diff line change 17
17
# http://www.sphinx-doc.org/en/master/config
18
18
19
19
project = "cloudera.cloud"
20
- copyright = "Cloudera, Inc."
20
+ copyright = "2024 Cloudera, Inc."
21
21
22
22
title = "Cloudera Labs"
23
23
html_short_title = "Cloudera Labs"
Original file line number Diff line number Diff line change 1
- # Copyright 2023 Cloudera, Inc. All Rights Reserved.
1
+ # Copyright 2024 Cloudera, Inc. All Rights Reserved.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
+
15
+ sphinx-ansible-theme
Original file line number Diff line number Diff line change 16
16
17
17
namespace : cloudera
18
18
name : cloud
19
- version : 2.5.0
19
+ version : 2.5.1
20
20
readme : README.md
21
21
authors :
22
22
- Jim Enright @jenright
You can’t perform that action at this time.
0 commit comments