Skip to content

Commit

Permalink
attempt adoption of GVY recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Nov 26, 2024
1 parent abb5de0 commit b7bea2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/render-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add README.md README.qmd
git commit -m "Auto-update README.md"
git push
git add README.md README.qmd || echo "Nothing to commit"
git commit -m "Auto-update README.md" || echo "No changes to commit"
git push || echo "No changes to commit"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ covid_nhsn_data = forecasttools.nhsn_hosp_COVID
flu_nhsn_data = forecasttools.nhsn_hosp_flu
# display flu data
flu_nhsn_data
covid_nhsn_data
```

The data was created by placing a csv file called `NHSN_RAW_20240926.csv` (the full NHSN dataset) into `./forecasttools` and running, in `data.py`, the following:
Expand Down

0 comments on commit b7bea2e

Please sign in to comment.