Sha256: ccb06245315b023067f314661f1d4d63f0754b9c1a30c221cef45fb89818e834

Contents?: true

Size: 550 Bytes

Versions: 10

Compression:

Stored size: 550 Bytes

Contents

on:
  workflow_dispatch:
  push:
    branches: ["main", "master"]

name: Quarto Publish

jobs:
  build-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Check out repository
        uses: actions/checkout@v4
      - name: Set up Quarto
        uses: quarto-dev/quarto-actions/setup@v2
        with:
          version: pre-release
      - name: Render and Publish 
        uses: quarto-dev/quarto-actions/publish@v2
        with:
          path: docs
          target: netlify
          NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
commonmeta-ruby-3.13 .github/workflows/publish.yml
commonmeta-ruby-3.12.1 .github/workflows/publish.yml
commonmeta-ruby-3.12.0 .github/workflows/publish.yml
commonmeta-ruby-3.11.0 .github/workflows/publish.yml
commonmeta-ruby-3.9.0 .github/workflows/publish.yml
commonmeta-ruby-3.8.3 .github/workflows/publish.yml
commonmeta-ruby-3.8.2 .github/workflows/publish.yml
commonmeta-ruby-3.8.1 .github/workflows/publish.yml
commonmeta-ruby-3.8.0 .github/workflows/publish.yml
commonmeta-ruby-3.7.3 .github/workflows/publish.yml