Skip to content

update header

update header #55

Workflow file for this run

name: Create Index File
on:
workflow_dispatch:
push:
branches: [ main ]
jobs:
main:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout main branch
uses: actions/checkout@v3
with:
ref: main
- name: Install dependencies
run: pip install -r ./requirements.txt
- name: Update index
run: python scripts/gen_index.py
- name: Commit changes
id: asset-auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Update Index Json"