Skip to content

adds .github/workflows/publish-quarto.yml #28 #1

adds .github/workflows/publish-quarto.yml #28

adds .github/workflows/publish-quarto.yml #28 #1

name: Quarto Publish
on:
push:
branches: main
workflow_dispatch:
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2
- run: |
quarto --version
- name: Publish to GitHub Pages t00 t01
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: quarto/slides-template00
with:

Check failure on line 27 in .github/workflows/publish-quarto.yml

View workflow run for this annotation

GitHub Actions / Quarto Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish-quarto.yml (Line: 27, Col: 9): 'with' is already defined
target: gh-pages
path: quarto/slides-template01
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}