-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added screenshots.yml * Updated pyproject.toml * Updated .gitignore --------- Co-authored-by: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
- Loading branch information
1 parent
6e54bf2
commit b0067f9
Showing
4 changed files
with
350 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,3 +233,4 @@ test audio | |
.vscode | ||
files | ||
.idea | ||
bundles |
Oops, something went wrong.