Skip to content

Commit

Permalink
Added screenshots.yml (#3)
Browse files Browse the repository at this point in the history
* Added screenshots.yml

* Updated pyproject.toml

* Updated .gitignore

---------

Co-authored-by: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
  • Loading branch information
TimeTravelPenguin and TimeTravelPenguin authored Jan 15, 2024
1 parent 6e54bf2 commit b0067f9
Show file tree
Hide file tree
Showing 4 changed files with 350 additions and 23 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Rich-codex
on:
workflow_dispatch:
push:
branches:
- dev-implement-click
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 Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true

- name: Generate terminal images with rich-codex
uses: ewels/rich-codex@v1
with:
commit_changes: "true"
clean_img_paths: docs/img/*.svg
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,4 @@ test audio
.vscode
files
.idea
bundles
Loading

0 comments on commit b0067f9

Please sign in to comment.