From cb3414dfa1e008caaee43598572fe4ad2d21f138 Mon Sep 17 00:00:00 2001 From: David Hugh-Jones Date: Mon, 22 Apr 2024 21:44:25 +0100 Subject: [PATCH] Fix quarto workflow --- .github/workflows/quarto-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 09b4edd..16ad7f7 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -56,7 +56,8 @@ jobs: # CONNECT_SERVER: enter-the-server-url-here # CONNECT_API_KEY: ${{ secrets.CONNECT_API_KEY }} - NOTE: If Publishing to GitHub Pages, set the permissions correctly (see top of this yaml) + # NOTE: If Publishing to GitHub Pages, + # set the permissions correctly (see top of this yaml) - name: Publish to GitHub Pages (and render) uses: quarto-dev/quarto-actions/publish@v2 with: