From dfa5bf5ff40e0b92e3793200454df3e14d58412f Mon Sep 17 00:00:00 2001 From: Neil Shephard Date: Fri, 22 Mar 2024 11:57:19 +0000 Subject: [PATCH] Removing extraneous "extension" from install commands --- .github/workflows/quarto-publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index d346f7d..e115a8c 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -21,11 +21,11 @@ jobs: - name: Install Quarto Extensions run: | - quarto add --no-prompt extension jmbuhr/quarto-qrcode - quarto add --no-prompt extension grantmcdermott/quarto-revealjs-clean - quarto add --no-prompt extension ArthurData/quarto-confetti - quarto add --no-prompt extension davidwilby/openlinksinnewpage - quarto add --no-prompt extension shafayetShafee/reveal-header + quarto add --no-prompt jmbuhr/quarto-qrcode + quarto add --no-prompt grantmcdermott/quarto-revealjs-clean + quarto add --no-prompt ArthurData/quarto-confetti + quarto add --no-prompt davidwilby/openlinksinnewpage + quarto add --no-prompt shafayetShafee/reveal-header - name: Install Python and Dependencies uses: actions/setup-python@v4