Skip to content

Commit

Permalink
Removing extraneous "extension" from install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Mar 22, 2024
1 parent 8292592 commit dfa5bf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfa5bf5

Please sign in to comment.