diff --git a/.github/workflows/fetch-artist-charts.yaml b/.github/workflows/fetch-artist-charts.yaml index b76e4bda..cb43d01f 100644 --- a/.github/workflows/fetch-artist-charts.yaml +++ b/.github/workflows/fetch-artist-charts.yaml @@ -12,5 +12,3 @@ jobs: with: endpoint: https://ws.audioscrobbler.com/2.0/?method=user.getweeklyartistchart&user=coryd_&api_key=${{ secrets.LASTFM_API_KEY }}&format=json configuration: '{ "method": "GET" }' - save-location: 'src/_data/json' - save-name: 'weekly-artist-charts.json'