Skip to content

Commit

Permalink
* updated weekly cases
Browse files Browse the repository at this point in the history
* fixed error code github action
  • Loading branch information
FedericoTartarini committed Nov 21, 2020
1 parent ef38d07 commit 3b53d76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_to_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.5.9
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: build # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch
4 changes: 3 additions & 1 deletion src/Data/infectious_disease.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,9 @@
592,
565,
440,
340
408,
355,
222
],
"color": "#1f77b4"
}
Expand Down

0 comments on commit 3b53d76

Please sign in to comment.