From 30b36271adbdd885dd58b0076b67318f98b8959f Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Mon, 13 May 2024 22:06:03 +0200 Subject: [PATCH] Cat rss file, also disable file read --- .github/workflows/update-rss.yml | 3 +++ rss.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-rss.yml b/.github/workflows/update-rss.yml index 3017058..bf77985 100644 --- a/.github/workflows/update-rss.yml +++ b/.github/workflows/update-rss.yml @@ -26,3 +26,6 @@ jobs: - name: List Directory run: ls -l + + - name: Cat rss file + run: cat rss.xml diff --git a/rss.js b/rss.js index d4723b2..ef1bd48 100644 --- a/rss.js +++ b/rss.js @@ -8,7 +8,7 @@ class RSS { this.filename = 'rss.xml'; this.feed = null; - this.read() + // this.read() } // reads RSS file