22# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
33# SPDX-License-Identifier: Apache-2.0
44
5- name : ' Build Documentation'
5+ name : " Build Documentation"
66
7- on : # yamllint disable-line rule:truthy rule:line-length
7+ on : # yamllint disable-line rule:truthy rule:line-length
88 workflow_call :
99 inputs :
1010 docs_directory :
@@ -25,7 +25,7 @@ on: # yamllint disable-line rule:truthy rule:line-length
2525 Regex pattern to match against when selecting branches to build for
2626 version selector, defaults to '^(main|release-.*)$'
2727 required : false
28- default : ' ^(main|release-.*)$'
28+ default : " ^(main|release-.*)$"
2929 type : string
3030 simple_mode :
3131 description : >-
@@ -76,13 +76,13 @@ permissions:
7676jobs :
7777 build-documentation :
7878 permissions :
79- contents : read # minimal privilege required
79+ contents : read # minimal privilege required
8080 runs-on : ubuntu-latest
8181 env :
8282 DOCS_DIR : ${{ inputs.docs_directory }}
8383 steps :
8484 - name : Checkout action repository
85- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
85+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8686 with :
8787 repository : open-edge-platform/orch-ci
8888 path : ci
@@ -96,14 +96,14 @@ jobs:
9696 bootstrap_tools : " aws"
9797
9898 - name : Configure AWS credentials
99- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
99+ uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
100100 with :
101101 aws-access-key-id : ${{ secrets.DOC_AWS_ACCESS_KEY_ID }}
102102 aws-secret-access-key : ${{ secrets.DOC_AWS_SECRET_ACCESS_KEY }}
103103 aws-region : us-west-2
104104
105105 - name : Checkout code
106- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
106+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
107107 with :
108108 # Fetch all history, otherwise sporadic issue with missing tags
109109 fetch-depth : 0
@@ -151,7 +151,7 @@ jobs:
151151 done
152152
153153 - name : Install Spark theme
154- if : false # Disable step - Spark theme deprecated
154+ if : false # Disable step - Spark theme deprecated
155155 env :
156156 ENDPOINT : ${{ inputs.endpoint }}
157157 shell : bash
@@ -183,7 +183,7 @@ jobs:
183183 # 'Post Bootstrap CI Environment' step does not fail
184184 - name : Checkout action repository
185185 if : always()
186- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
186+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
187187 with :
188188 repository : open-edge-platform/orch-ci
189189 path : ci
0 commit comments