Skip to content

Merge pull request #8 from mizdrake7/main #10

Merge pull request #8 from mizdrake7/main

Merge pull request #8 from mizdrake7/main #10

Workflow file for this run

name: Update README
on:
push:
paths:
- 'content/profiles/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Update README
run: python .github/scripts/update_readme.py