Skip to content

Add site-url (#4)

Add site-url (#4) #32

Workflow file for this run

---
name: Quarto Publish
on:
push:
branches:
- main
- renovate/**
pull_request:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/github-pages/quarto@51b992959f67661c3433840aec883cc9ddbe2945 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}