Skip to content

Commit ebeffa4

Browse files
committed
Dont use release, will rely on gh-pages
1 parent f132f99 commit ebeffa4

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/fetch-data.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,3 @@ jobs:
4949
- name: Fetch train formation
5050
run: |
5151
bash fetch-train-formation.sh
52-
53-
- name: Show dist contents
54-
run: |
55-
echo "=== dist listing ==="
56-
ls -lah dist || true
57-
58-
- name: Upload to Release tag 'latest'
59-
uses: svenstaro/upload-release-action@v2
60-
with:
61-
repo_token: ${{ secrets.GITHUB_TOKEN }}
62-
tag: occupancy-forecast-json-dataset-latest
63-
release_name: occupancy-forecast-json-dataset latest
64-
body: 'Automated dataset publish'
65-
file: dist/**/*
66-
file_glob: true
67-
overwrite: true
68-
draft: false
69-
prerelease: false

0 commit comments

Comments
 (0)