Skip to content

Bump rich-click from 1.7.4 to 1.8.3 (#72) #66

Bump rich-click from 1.7.4 to 1.8.3 (#72)

Bump rich-click from 1.7.4 to 1.8.3 (#72) #66

Workflow file for this run

name: Rich-codex
permissions:
contents: write
on:
workflow_dispatch:
push:
branches:
- main
- dev
jobs:
rich_codex:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install BAET
run: pip install .
- name: Generate terminal images with rich-codex
uses: ewels/rich-codex@v1
with:
commit_changes: "true"
clean_img_paths: docs/img/*.svg