Sha256: 4189aa5f524ff757117dd0069359d0d3b491e6cf5d91e1f8f9752e959759a5e9

Contents?: true

Size: 591 Bytes

Versions: 8

Compression:

Stored size: 591 Bytes

Contents

name: gen_docs

on:
  push:
    branches: [ main ]
    tags: [ v* ]
  pull_request:

jobs:
  generate_docs:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4

    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: '3.3'
        bundler-cache: true

    - name: Generate supported_parens_list.adoc
      run: |
        rm -f supported_parens_list.adoc
        bundle exec rake supported_parens_list.adoc

    - name: Generate supported_symbols_list.adoc
      run: |
        rm -f supported_symbols_list.adoc
        bundle exec rake supported_symbols_list.adoc

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
plurimath-0.8.16 .github/workflows/gen_docs.yml
plurimath-0.8.15 .github/workflows/gen_docs.yml
plurimath-0.8.14 .github/workflows/gen_docs.yml
plurimath-0.8.13 .github/workflows/gen_docs.yml
plurimath-0.8.12 .github/workflows/gen_docs.yml
plurimath-0.8.11 .github/workflows/gen_docs.yml
plurimath-0.8.10 .github/workflows/gen_docs.yml
plurimath-0.8.9 .github/workflows/gen_docs.yml