From 94c82ed39f8f6af0e4faff3f7e7dd145c5e9a1a4 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Sat, 21 Sep 2024 22:25:43 +0200 Subject: [PATCH] cleanup --- .github/workflows/screenshots.yml | 33 ------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/screenshots.yml diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml deleted file mode 100644 index 8b9d3a1..0000000 --- a/.github/workflows/screenshots.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Docs screenshots -on: - workflow_dispatch: - pull_request: - -jobs: - rich_codex: - runs-on: ubuntu-latest - steps: - - name: Check out DSO code - uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} - - - uses: actions/setup-python@v5 - with: - python-version: "3.12" - cache: "pip" - - - name: Install DSO - run: pip install . - - - name: Generate terminal images with rich-codex - uses: ewels/rich-codex@v1 - with: - clean_img_paths: docs/images/screenshots/*.svg - commit_changes: false - skip_git_checks: true - - - uses: stefanzweifel/git-auto-commit-action@v5 - with: - commit_message: Rich codex - file_pattern: "docs/*.png"