@@ -16,8 +16,8 @@ defaults:
16
16
run :
17
17
shell : bash
18
18
jobs :
19
- # Upload Device Trust Anchor Management spec
20
- device-trust-anchor-management -spec :
19
+ # Upload Device Identity Provisioning spec
20
+ device-identity-provisioning -spec :
21
21
runs-on : ubuntu-latest
22
22
container :
23
23
image : ghcr.io/trustedcomputinggroup/pandoc:latest
36
36
fetch-tags : true
37
37
repository : " opencomputeproject/ocp-spec-tools"
38
38
# The underlying tex and templates assume this exists under the "extra" folder.
39
- path : " specifications/device-trust-anchor-management /extra"
39
+ path : " specifications/device-identity-provisioning /extra"
40
40
41
41
- name : Render Device Trust Anchor Management HTML
42
42
run : |
52
52
53
53
git reset --hard $ref
54
54
55
- pushd specifications/device-trust-anchor-management
55
+ pushd specifications/device-identity-provisioning
56
56
57
57
if [[ "${ref}" == "master" ]]; then
58
58
# Label the current spec version.
@@ -73,28 +73,28 @@ jobs:
73
73
74
74
trimmed_ref="HEAD"
75
75
76
- mkdir -p "gh-pages/device-trust-anchor-management /${trimmed_ref}"
77
- cp specifications/device-trust-anchor-management /spec.html "gh-pages/device-trust-anchor-management /${trimmed_ref}/index.html"
78
- echo "Added webpage device-trust-anchor-management /${trimmed_ref}/index.html"
76
+ mkdir -p "gh-pages/device-identity-provisioning /${trimmed_ref}"
77
+ cp specifications/device-identity-provisioning /spec.html "gh-pages/device-identity-provisioning /${trimmed_ref}/index.html"
78
+ echo "Added webpage device-identity-provisioning /${trimmed_ref}/index.html"
79
79
done
80
80
81
- - name : Upload artifacts for device-trust-anchor-management spec
81
+ - name : Upload artifacts for device-identity-provisioning spec
82
82
uses : actions/upload-artifact@v4
83
83
with :
84
- name : device-trust-anchor-management
84
+ name : device-identity-provisioning
85
85
path : gh-pages
86
86
87
87
deploy :
88
88
environment :
89
89
name : github-pages
90
90
url : ${{ steps.deployment.outputs.page_url }}
91
91
runs-on : ubuntu-latest
92
- needs : [device-trust-anchor-management -spec]
92
+ needs : [device-identity-provisioning -spec]
93
93
steps :
94
- - name : Download device-trust-anchor-management artifacts
94
+ - name : Download device-identity-provisioning artifacts
95
95
uses : actions/download-artifact@v4
96
96
with :
97
- name : device-trust-anchor-management
97
+ name : device-identity-provisioning
98
98
path : gh-pages
99
99
- name : Upload static files as artifact
100
100
uses : actions/upload-pages-artifact@v3
0 commit comments