modified: .github/workflows/nuxtjs.yml

This commit is contained in:
Mrrp 2025-01-01 20:58:32 -08:00
parent e5d4b37045
commit 43bf3e1c85

View file

@ -35,11 +35,11 @@ jobs:
- name: Activate Venv - name: Activate Venv
run: source venv/bin/activate run: source venv/bin/activate
- name: Update Page manifest - name: Update Page manifest
run: python3 util/pageupdater/page_list_gen.py run: python ./util/pageupdater/page_list_gen.py
- name: Update Page history - name: Update Page history
run: python3 util/pageupdater/commit_post_history.py run: python ./util/pageupdater/commit_post_history.py
- name: Generate RSS feed - name: Generate RSS feed
run: python3 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: