Skip to content

Commit

Permalink
Fix curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
norwd authored Oct 10, 2024
1 parent d34d91a commit f7a9102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: sudo apt install tidy pandoc

- name: "Install templates"
run: curl 'https://raw.githubusercontent.com/tajmone/pandoc-goodies/refs/heads/master/templates/html5/github/GitHub.html5' -O ~/.pandoc/templates/GitHub.html5
run: curl -sSL 'https://github.com/tajmone/pandoc-goodies/raw/refs/heads/master/templates/html5/github/GitHub.html5' -O ~/.pandoc/templates/GitHub.html5

- name: "Generate a security.txt file"
run: |
Expand Down

0 comments on commit f7a9102

Please sign in to comment.