Skip to content

Try again to fix show_typst for AbstractString and Complex #21

Try again to fix show_typst for AbstractString and Complex

Try again to fix show_typst for AbstractString and Complex #21

Workflow file for this run

name: README
on:
push:
branches:
- 'main'
paths:
- 'HEADER.md'
- 'docs/src/index.md'
- 'docs/src/assets/logo.svg'
- '.github/workflows/readme.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- run: julia --color=yes readme.jl
- run: |
git config user.name github-actions
git config user.email [email protected]
git diff --quiet || (git add . && git commit -m "Regenerate README.md")
git push