Skip to content
Open
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/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: docker://pandoc/core:3.1.1.0
- uses: docker://pandoc/core:3.1.1.0@sha256:ca7b3fbbb47d5438d8b0d51812bd1f10a8f6c3ab15e9bf68d0a7d93135bda721
with:
args: >-
--standalone --template=template.html --output=index.html README.md
Expand Down
Loading