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: