Skip to content

Commit c812e5e

Browse files
committed
Fix up a few dangling names.
1 parent 3e4cf6c commit c812e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
container:
2323
image: ghcr.io/trustedcomputinggroup/pandoc:latest
24-
name: Render Device Trust Anchor Management HTML
24+
name: Render Device Identity Provisioning HTML
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v3
@@ -38,7 +38,7 @@ jobs:
3838
# The underlying tex and templates assume this exists under the "extra" folder.
3939
path: "specifications/device-identity-provisioning/extra"
4040

41-
- name: Render Device Trust Anchor Management HTML
41+
- name: Render Device Identity Provisioning HTML
4242
run: |
4343
# Need to trust directory in the docker container.
4444
chown -R $(id -u):$(id -g) $PWD

0 commit comments

Comments
 (0)