Skip to content

Commit e37e786

Browse files
committed
edited deployment and README.md
1 parent 0442656 commit e37e786

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: [milestone-2]
5+
branches: [main]
66
workflow_dispatch:
77

88
permissions:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In particular, the pipeline to obtain the final dataset is the following:
3636
4. Scrape Steam Charts to Time series data for each game.
3737
5. Store games that have both RAWG entry and Time series entry.
3838

39-
Since the final dataset contains [TODO] games the scraping procedure can take up to a few hours, thus we advice to use the dataset provided in the dataset/output folder for evaluation.
39+
We advice to use the already provided dataset in the website/data folder for evaluation.
4040

4141
## Running locally
4242

0 commit comments

Comments
 (0)