Skip to content

Commit

Permalink
Add RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Jan 19, 2024
1 parent 7ce12fd commit 83b725a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand All @@ -21,5 +25,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material mkdocs-rss-plugin
- run: mkdocs gh-deploy --force
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project information
site_name: ReDeathmatch
site_url: https://ReDeathmatch.github.io/
site_author: Sergey Shorokhov
site_author: [email protected] (Sergey Shorokhov)
site_description: >-
Enables deathmatch style (CSDM) gameplay in Counter-Strike 1.6 (respawning, gun selection, spawn protection, etc).
Expand Down Expand Up @@ -76,6 +76,7 @@ extra:
plugins:
- blog
- search
- rss

nav:
- 'Overview': 'index.md'
Expand Down

0 comments on commit 83b725a

Please sign in to comment.