Skip to content

Merge branch 'main' of https://github.com/SchmidtDSE/biodiversity-cat… #35

Merge branch 'main' of https://github.com/SchmidtDSE/biodiversity-cat…

Merge branch 'main' of https://github.com/SchmidtDSE/biodiversity-cat… #35

Workflow file for this run

on:
workflow_dispatch:
push:
branches: main
name: Quarto Publish
jobs:
build-deploy:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
container: ghcr.io/boettiger-lab/k8s
steps:
- run: git config --system --add safe.directory '*'
permissions:
contents: write
steps:

Check failure on line 18 in .github/workflows/quarto.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/quarto.yaml

Invalid workflow file

You have an error in your yaml syntax on line 18
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}