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 11---
22
3- # Copyright 2023 Cloudera, Inc. All Rights Reserved.
3+ # Copyright 2024 Cloudera, Inc. All Rights Reserved.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
2626jobs :
2727 build-ansible-docs :
2828 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
3030 with :
3131 pages-upload : true
3232 directory-upload : true
4545 steps :
4646 - name : Deploy Github Pages
4747 id : deployment
48- uses : actions/deploy-pages@v2
48+ uses : actions/deploy-pages@v4
4949 with :
5050 artifact_name : github-pages
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ cd docsbuild
139139pip install ansible-core https://github.com/cloudera-labs/antsibull-docs/archive/cldr-docsite.tar.gz
140140
141141# Install the collection's build dependencies
142- pip install requirements.txt
142+ pip install -r requirements.txt
143143
144144# Then run the build script
145145./build.sh
Original file line number Diff line number Diff line change 1717# http://www.sphinx-doc.org/en/master/config
1818
1919project = "cloudera.cloud"
20- copyright = "Cloudera, Inc."
20+ copyright = "2024 Cloudera, Inc."
2121
2222title = "Cloudera Labs"
2323html_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.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14+
15+ sphinx-ansible-theme
Original file line number Diff line number Diff line change 1616
1717namespace : cloudera
1818name : cloud
19- version : 2.5.0
19+ version : 2.5.1
2020readme : README.md
2121authors :
2222 - Jim Enright @jenright
You can’t perform that action at this time.
0 commit comments