Cat rss file, also disable file read

This commit is contained in:
2024-05-13 22:06:03 +02:00
parent 63ade7f84a
commit 30b36271ad
2 changed files with 4 additions and 1 deletions

View File

@@ -26,3 +26,6 @@ jobs:
- name: List Directory
run: ls -l
- name: Cat rss file
run: cat rss.xml

2
rss.js
View File

@@ -8,7 +8,7 @@ class RSS {
this.filename = 'rss.xml';
this.feed = null;
this.read()
// this.read()
}
// reads RSS file