Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Generate index.html
uses: docker://pandoc/core:3.7.0.2@sha256:a115371a3f4b3f93233ef894f31eb8c4235fbcee60c64846f1a61c1c970d338c
uses: docker://pandoc/core:3.7.0.2@sha256:df668139a3580c59f1ad1547501ffa0c4d040ccbc1a8c233a48d51c3555f1aad
with:
args: >-
--standalone --template=template.html --output=index.html README.md
Expand Down
Loading