Sha256: 4cdf2500a195b5163df2087a33b25fefaf7d6660e7a8a966a3372fca72ea979b

Contents?: true

Size: 574 Bytes

Versions: 7

Compression:

Stored size: 574 Bytes

Contents

name: gen_docs

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

jobs:
  generate_docs:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        filename:
        - supported_parens_list.adoc
        - supported_symbols_list.adoc
        - intent_supported_classes.adoc

    steps:
    - uses: actions/checkout@v4

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

    - name: Generate documentation
      run: |
        rm -f ${{ matrix.filename }}
        bundle exec rake ${{ matrix.filename }}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
plurimath-0.8.23 .github/workflows/gen_docs.yml
plurimath-0.8.22 .github/workflows/gen_docs.yml
plurimath-0.8.21 .github/workflows/gen_docs.yml
plurimath-0.8.20 .github/workflows/gen_docs.yml
plurimath-0.8.19 .github/workflows/gen_docs.yml
plurimath-0.8.18 .github/workflows/gen_docs.yml
plurimath-0.8.17 .github/workflows/gen_docs.yml