Skip to content

Commit

Permalink
rename guide.md to guide.tcg
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Feb 8, 2024
1 parent 4a7f871 commit a85148c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Run the action on guide
uses: trustedcomputinggroup/markdown@latest
with:
input-md: guide.md
input-md: guide.tcg
output-pdf: guide.pdf
output-tex: guide.tex
output-docx: guide.docx
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Render for release
uses: trustedcomputinggroup/markdown@latest
with:
input-md: guide.md
input-md: guide.tcg
extra-build-options: "--gitstatus --plain_quotes"
output-pdf: guide.pdf
output-docx: guide.docx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Run the action on guide
uses: trustedcomputinggroup/markdown@latest
with:
input-md: guide.md
input-md: guide.tcg
output-pdf: guide.pdf
output-tex: guide.tex
output-docx: guide.docx
Expand Down
File renamed without changes.

0 comments on commit a85148c

Please sign in to comment.