From 2030c4f3ec88db356e536fdd00545ac0d3cee244 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Sat, 4 Jan 2025 02:49:40 -0800 Subject: [PATCH] :3 --- .github/workflows/nuxtjs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index 5b76e37..0722928 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -43,9 +43,9 @@ jobs: - name: Update Page list run: deno --allow-all utils/page_updater/update_pagelist.ts - name: Update Page history - run: python utils/pageupdater/commit_post_history.py + run: python utils/page_updater/commit_post_history.py - name: Generate RSS feed - run: python utils/pageupdater/rss_xml_gen.py + run: python utils/page_updater/rss_xml_gen.py - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5