From 13a542042a20de9f0b0be88202dd9e68174b4991 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Wed, 1 Jan 2025 21:01:02 -0800 Subject: [PATCH] . --- .github/workflows/nuxtjs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index c7f807b..d1522f7 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -34,12 +34,14 @@ 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 && ls + run: python util/pageupdater/page_list_gen.py - name: Update Page history - run: python ./util/pageupdater/commit_post_history.py + run: python util/pageupdater/commit_post_history.py - 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) uses: actions/upload-artifact@v4 with: