This commit is contained in:
Mrrp 2025-01-01 21:01:02 -08:00
parent 3a925634eb
commit 13a542042a

View file

@ -34,12 +34,14 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Activate Venv - name: Activate Venv
run: source venv/bin/activate run: source venv/bin/activate
- name: List files
run: ls
- name: Update Page manifest - name: Update Page manifest
run: python ./util/pageupdater/page_list_gen.py && ls run: python util/pageupdater/page_list_gen.py
- name: Update Page history - name: Update Page history
run: python ./util/pageupdater/commit_post_history.py run: python util/pageupdater/commit_post_history.py
- name: Generate RSS feed - name: Generate RSS feed
run: python ./util/pageupdater/rss_xml_gen.py run: python util/pageupdater/rss_xml_gen.py
- name: Upload artifacts (assets and public) - name: Upload artifacts (assets and public)
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: