Skip to content

Update content.qmd with new blog post information #35

Update content.qmd with new blog post information

Update content.qmd with new blog post information #35

Workflow file for this run

on:
push:
branches: main
name: Publish
jobs:
build-deploy:
runs-on: ubuntu-latest
container: rocker/verse:4.3.0
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Render and Publish to Netlify
uses: quarto-dev/quarto-actions/publish@v2
with:
target: netlify
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}