Moved source files into folder

This commit is contained in:
2024-05-13 22:41:23 +02:00
parent 464ed254d9
commit ee58951e66
5 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ jobs:
node-version: '21' node-version: '21'
- name: Run Script - name: Run Script
run: node run.js run: node src/run.js
- id: 'auth-to-gcloud' - id: 'auth-to-gcloud'
uses: 'google-github-actions/auth@v2' uses: 'google-github-actions/auth@v2'

View File

@@ -15,6 +15,7 @@ This is such a shitshow.
Smaller tasks: Smaller tasks:
- [ ] Connect to Google bucket, SA, etc. - [ ] Connect to Google bucket, SA, etc.
- [ ] Updates RSS generation - [ ] Updates RSS generation
- [ ] Compare existing dates in RSS to fetched
### Handle rollover of date list ### Handle rollover of date list

View File

View File