Skip to content

add github icon with links to source and issues (closes #42) #55

add github icon with links to source and issues (closes #42)

add github icon with links to source and issues (closes #42) #55

Workflow file for this run

on:
push:
branches: main
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
# - name: Install R
# uses: r-lib/actions/setup-r@v2
# with:
# r-version: 'renv'
#
# - name: Install R Dependencies
# uses: r-lib/actions/setup-renv@v2
# with:
# cache-version: 1
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: netlify
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}