From 174a1deefe497f2322d46443f198f7c5d0a818d8 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Wed, 1 Jan 2025 21:01:47 -0800 Subject: [PATCH] . --- .github/workflows/nuxtjs.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index d1522f7..230855f 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -34,14 +34,12 @@ jobs: uses: actions/checkout@v4 - name: Activate Venv run: source venv/bin/activate - - name: List files - run: ls - name: Update Page manifest - run: python util/pageupdater/page_list_gen.py + run: python utils/pageupdater/page_list_gen.py - name: Update Page history - run: python util/pageupdater/commit_post_history.py + run: python utils/pageupdater/commit_post_history.py - name: Generate RSS feed - run: python util/pageupdater/rss_xml_gen.py + run: python utils/pageupdater/rss_xml_gen.py - name: Upload artifacts (assets and public) uses: actions/upload-artifact@v4 with: