feat: implement Level 11 RSS / Atom Autopoiesis Feed

This commit is contained in:
codex
2026-05-31 05:00:48 +00:00
parent ea66fa25c2
commit 1ca6795fb5
2 changed files with 12 additions and 1 deletions
+3 -1
View File
@@ -10,6 +10,8 @@ jobs:
steps:
- name: Check out Fortress
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Kubectl
run: |
@@ -115,7 +117,7 @@ jobs:
- name: Build and Deploy Pages
run: |
if [ -f "mkdocs.yml" ]; then
pip install mkdocs mkdocs-material
pip install mkdocs mkdocs-material mkdocs-rss-plugin
git config --global user.name "Sovereign Automaton"
git config --global user.email "automaton@fieldprint.one"
mkdocs gh-deploy --force --remote-name origin