From 3a925634eb5a4e452cc42c2ac5fcaa9205196331 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Wed, 1 Jan 2025 20:59:29 -0800 Subject: [PATCH] , --- .github/workflows/nuxtjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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