Skip to content

.github/workflows/rich-codex.yml #30

.github/workflows/rich-codex.yml

.github/workflows/rich-codex.yml #30

Workflow file for this run

name: Generate images for docs
on:
workflow_dispatch:
jobs:
rich_codex:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
cache: pip
cache-dependency-path: setup.py
- name: Install Nextflow
uses: nf-core/setup-nextflow@v1
- name: Install nf-core/tools
run: pip install git+https://github.com/nf-core/tools.git@dev
- name: Generate terminal images with rich-codex
uses: ewels/rich-codex@v1
env:
COLUMNS: 100
HIDE_PROGRESS: "true"
with:
commit_changes: "true"
clean_img_paths: docs/images/*.svg
terminal_width: 100
before_command: >
which nextflow &&
which nf-core &&
nextflow -version &&
nf-core --version