Sha256: 3135c5406976336539b103747f9b1512ee2618ca1db7401fa6380e08a1ceb15c

Contents?: true

Size: 779 Bytes

Versions: 11

Compression:

Stored size: 779 Bytes

Contents

name: Documentation

permissions:
  contents: write

on:
  push:
    branches:
      - main

permissions:
  contents: write

env:
  CONSOLE_OUTPUT: XTerm
  BUNDLE_WITH: maintenance

jobs:
  deploy:
    runs-on: ubuntu-latest
    
    steps:
    - uses: actions/checkout@v3

    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: "3.1"
        bundler-cache: true
    
    - name: Installing packages
      run: sudo apt-get install wget
    
    - name: Prepare GitHub Pages
      run: bundle exec bake github:pages:prepare --directory docs
    
    - name: Generate documentation
      timeout-minutes: 5
      run: bundle exec bake utopia:project:static --force no
    
    - name: Deploy GitHub Pages
      run: bundle exec bake github:pages:commit --directory docs

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bake-modernize-0.13.4 template/actions/.github/workflows/documentation.yaml
bake-modernize-0.13.3 template/actions/.github/workflows/documentation.yaml
bake-modernize-0.13.2 template/actions/.github/workflows/documentation.yaml
bake-modernize-0.13.1 template/actions/.github/workflows/documentation.yaml
bake-modernize-0.13.0 template/actions/.github/workflows/documentation.yaml
bake-modernize-0.12.2 template/actions/.github/workflows/documentation.yaml
bake-modernize-0.12.1 template/actions/.github/workflows/documentation.yaml
bake-modernize-0.12.0 template/actions/.github/workflows/documentation.yaml
bake-modernize-0.11.0 template/actions/.github/workflows/documentation.yaml
bake-modernize-0.10.1 template/actions/.github/workflows/documentation.yaml
bake-modernize-0.10.0 template/actions/.github/workflows/documentation.yaml