Skip to content

Commit

Permalink
docs: attempt to fix contributing page link
Browse files Browse the repository at this point in the history
jekyll doesn't like to show hidden dirs unless there's an index

https://stackoverflow.com/a/77505525
  • Loading branch information
kelly-sovacool committed Dec 16, 2023
1 parent e151abe commit 71b9b56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .github/index.md
Empty file.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project:
render:
- "**.qmd"
- "**.md"
- ".github/CONTRIBUTING.md"
- ".github/*.md"
- "!docs/templates/"

website:
Expand Down

0 comments on commit 71b9b56

Please sign in to comment.