Skip to content

Merge pull request #17 from dc2917/fix_contribs_badge #44

Merge pull request #17 from dc2917/fix_contribs_badge

Merge pull request #17 from dc2917/fix_contribs_badge #44

Workflow file for this run

on:
workflow_dispatch:
push:
branches: main
name: Render and Publish
jobs:
build-deploy:
runs-on: ubuntu-latest
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: 0.9.600
- run: |
cd content
quarto render
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: content/_book # The folder the action should deploy.