From c7f546f58a9cbbf1ac50474e8fd37d5bf9cb1484 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Sat, 4 Jan 2025 02:51:43 -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 0722928..81c019b 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -44,8 +44,8 @@ jobs: run: deno --allow-all utils/page_updater/update_pagelist.ts - name: Update Page history run: python utils/page_updater/commit_post_history.py - - name: Generate RSS feed - run: python utils/page_updater/rss_xml_gen.py + # - name: Generate RSS feed + # run: python utils/page_updater/rss_xml_gen.py - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5