We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_contributor.qmd
>
1 parent 2d796f6 commit 87525bfCopy full SHA for 87525bf
template/justfile.jinja
@@ -120,7 +120,7 @@ build-readme:
120
121
# Generate a Quarto include file with the contributors
122
build-contributors:
123
- sh ./tools/get-contributors.sh {{ github_repo_spec }} >> docs/includes/_contributors.qmd
+ sh ./tools/get-contributors.sh {{ github_repo_spec }} > docs/includes/_contributors.qmd
124
125
# Check for and apply updates from the template
126
update-from-template:
0 commit comments