Skip to content

Update build-page.yaml #127

Update build-page.yaml

Update build-page.yaml #127

Workflow file for this run

on:
push:
branches: main
pull_request:
branches: main
name: Render and Publish
jobs:
build-deploy
runs-on: ubuntu-latest

Check failure on line 11 in .github/workflows/build-page.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-page.yaml

Invalid workflow file

You have an error in your yaml syntax on line 11
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v3
- 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
path: docs/_site
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions