Sha256: 996df4d631a37af2880b7aaf836bfa878d7f4d985f12db020ad3ca366c95c084

Contents?: true

Size: 668 Bytes

Versions: 6

Compression:

Stored size: 668 Bytes

Contents

name: Docs

on:
  release:
    types: [published]
  repository_dispatch:
    types: [publish]

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

      - name: Set up Ruby 3.0
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.0

      - run: bundle install

      - name: Cleanup the Readme
        run: |
          sed -i /\<div/d README.md
          sed -i /\<\\/div/d README.md

      - name: Generate Docs
        run: yardoc lib/crowdin-api/api_resources/*.rb

      - name: Deploy 🚀
        uses: JamesIves/github-pages-deploy-action@v4
        with:
          branch: gh-pages
          folder: doc

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
crowdin-api-1.12.0 .github/workflows/docs.yml
crowdin-api-1.10.0 .github/workflows/docs.yml
crowdin-api-1.9.0 .github/workflows/docs.yml
crowdin-api-1.8.1 .github/workflows/docs.yml
crowdin-api-1.8.0 .github/workflows/docs.yml
crowdin-api-1.7.0 .github/workflows/docs.yml