Skip to content

Merge branch 'main' of https://github.com/brasseurp/gmp #2

Merge branch 'main' of https://github.com/brasseurp/gmp

Merge branch 'main' of https://github.com/brasseurp/gmp #2

name: Deploy Quarto site
on:
push:
branches:
- main
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: latest
- name: Render site
run: quarto render
- name: Deploy to GitHub Pages
uses: actions/upload-pages-artifact@v1
with:
path: _site
- name: Deploy
uses: actions/deploy-pages@v1