Skip to content

Commit

Permalink
update.yml を更新 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaakaa authored Jan 5, 2025
1 parent e33bad5 commit 80dff59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v4

- name: Set up Node.js
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand All @@ -27,7 +27,7 @@ jobs:
poetry install
poetry run python scripts/initialize_db.py # set up database
- name: Build the static site
- name: Fetch data
run: |
CURRENT_DATE=$(date -u +"%Y-%m-%d")
LAST_WEEK=$(date -u -d "7 days ago" +"%Y-%m-%d")
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Export result data
run: |
poetry run python scripts/export_data.py
poetry run python scripts/export_db.py
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 80dff59

Please sign in to comment.