Skip to content

Fixed some bugs; changed custom display definition to pipe style like… #6

Fixed some bugs; changed custom display definition to pipe style like…

Fixed some bugs; changed custom display definition to pipe style like… #6

on:
push:
branches: main
name: Render with Quarto and Publish
# you need these permissions to publish to GitHub pages
permissions:
contents: write
pages: write
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: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions