Skip to content

Commit

Permalink
Merge pull request #4 from YDX-2147483647/privacy
Browse files Browse the repository at this point in the history
feat: Enable privacy and rss in CI
  • Loading branch information
everything411 authored Oct 31, 2024
2 parents 1be452e + 0c32f99 commit b843b92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env
/site/
/.cache/
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ markdown_extensions:

plugins:
- search
- rss
- rss:
enabled: !ENV [CI, false]
- awesome-pages
- privacy:
enabled: !ENV [CI, false]

0 comments on commit b843b92

Please sign in to comment.