feat: implement Level 11 RSS / Atom Autopoiesis Feed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user