Sha256: bae2fa1ee0bab21db2034292c04c637b5f1117b9754fd45b533beb7dad61778e

Contents?: true

Size: 721 Bytes

Versions: 23

Compression:

Stored size: 721 Bytes

Contents

name: Github Pages (rdoc)
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout 🛎️
        uses: actions/checkout@master

      - name: Set up Ruby 💎
        uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true
          ruby-version: '3.1'

      - name: Install rdoc and generate docs 🔧
        run: |
          gem install rdoc
          rdoc --main README.md --op rdocs --exclude={Gemfile,Rakefile,"coverage/*","vendor/*","bin/*","test/*","tmp/*"}
          cp -r doc rdocs/doc

      - name: Deploy 🚀
        uses: peaceiris/actions-gh-pages@v3
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          publish_dir: ./rdocs

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
syntax_tree-3.5.0 .github/workflows/gh-pages.yml
syntax_tree-3.4.0 .github/workflows/gh-pages.yml
syntax_tree-3.3.0 .github/workflows/gh-pages.yml
syntax_tree-3.2.1 .github/workflows/gh-pages.yml
syntax_tree-3.2.0 .github/workflows/gh-pages.yml
syntax_tree-3.1.0 .github/workflows/gh-pages.yml
syntax_tree-3.0.1 .github/workflows/gh-pages.yml
syntax_tree-3.0.0 .github/workflows/gh-pages.yml
syntax_tree-2.9.0 .github/workflows/gh-pages.yml
syntax_tree-2.8.0 .github/workflows/gh-pages.yml
syntax_tree-2.7.1 .github/workflows/gh-pages.yml
syntax_tree-2.7.0 .github/workflows/gh-pages.yml
syntax_tree-2.6.0 .github/workflows/gh-pages.yml
syntax_tree-2.5.0 .github/workflows/gh-pages.yml
syntax_tree-2.4.1 .github/workflows/gh-pages.yml
syntax_tree-2.4.0 .github/workflows/gh-pages.yml
syntax_tree-2.3.1 .github/workflows/gh-pages.yml
syntax_tree-2.3.0 .github/workflows/gh-pages.yml
syntax_tree-2.2.0 .github/workflows/gh-pages.yml
syntax_tree-2.1.1 .github/workflows/gh-pages.yml