Skip to content

bug: Try including rule specific to site_libs & resources in quarto yaml #28

bug: Try including rule specific to site_libs & resources in quarto yaml

bug: Try including rule specific to site_libs & resources in quarto yaml #28

Workflow file for this run

name: Render and Publish
on:
push:
branches:
- main
- 74-broken-css-styling # debugging css problem
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
# To install LaTeX to build PDF book
# tinytex: true
# uncomment below and fill to pin a version
version: 1.3.340
- 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