Skip to content

Python COG example, plus clean up of text and code #122

Python COG example, plus clean up of text and code

Python COG example, plus clean up of text and code #122

Workflow file for this run

name: Deploy PR previews
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- run: quarto render --to html
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: _site