diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index 7b81cbc..c7f807b 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -35,7 +35,7 @@ jobs: - name: Activate Venv run: source venv/bin/activate - name: Update Page manifest - run: python ./util/pageupdater/page_list_gen.py + run: python ./util/pageupdater/page_list_gen.py && ls - name: Update Page history run: python ./util/pageupdater/commit_post_history.py - name: Generate RSS feed