Files
.profile/.gitea/workflows/update.yaml
Nathan Falvey d10575d90e
Some checks failed
Update Profile Stats / build (push) Failing after 1m50s
Refactor Gitea workflow to simplify Python setup and remove unnecessary commit steps
2026-02-27 19:19:08 +00:00

21 lines
419 B
YAML

name: Update Profile Stats
on:
schedule:
- cron: '0 * * * *' # Runs every hour
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: python:3.9-slim
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install dependencies
run: pip install requests
- name: Update README file
run: python update_profile.py