We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4cf6c commit c812e5eCopy full SHA for c812e5e
.github/workflows/deploy_pages.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
container:
23
image: ghcr.io/trustedcomputinggroup/pandoc:latest
24
- name: Render Device Trust Anchor Management HTML
+ name: Render Device Identity Provisioning HTML
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v3
@@ -38,7 +38,7 @@ jobs:
38
# The underlying tex and templates assume this exists under the "extra" folder.
39
path: "specifications/device-identity-provisioning/extra"
40
41
- - name: Render Device Trust Anchor Management HTML
+ - name: Render Device Identity Provisioning HTML
42
run: |
43
# Need to trust directory in the docker container.
44
chown -R $(id -u):$(id -g) $PWD
0 commit comments