Skip to content

Commit

Permalink
Merge pull request #2 from ns-rse/ns-rse/update-extension-install-und…
Browse files Browse the repository at this point in the history
…er-workflow
  • Loading branch information
ns-rse authored Mar 22, 2024
2 parents 8292592 + dfa5bf5 commit 4a14ffb
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 4a14ffb

Please sign in to comment.