mirror of
https://github.com/KevinMidboe/miljobilen-rss.git
synced 2025-10-29 09:40:22 +00:00
Create specific solberg.xml output file
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -25,7 +25,8 @@ jobs:
|
||||
node-version: '21'
|
||||
|
||||
- name: Run Script
|
||||
run: node src/run.js 'solberg' 1
|
||||
run: node src/run.js 'solberg' 1;
|
||||
mv rss.xml solberg.xml
|
||||
|
||||
- id: 'auth-to-gcloud'
|
||||
uses: 'google-github-actions/auth@v2'
|
||||
@@ -35,6 +36,6 @@ jobs:
|
||||
- id: 'upload-rss-file'
|
||||
uses: 'google-github-actions/upload-cloud-storage@v2'
|
||||
with:
|
||||
path: 'rss.xml'
|
||||
path: 'solberg.xml'
|
||||
destination: 'miljobilen-rss'
|
||||
process_gcloudignore: false
|
||||
|
||||
Reference in New Issue
Block a user