Skip to content

Commit

Permalink
Install in CI the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Apr 30, 2024
1 parent 02c1d2f commit 536e1d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
version: "pre-release"
tinytex: true # required for beamer

- name: Add extension directly into demos
working-directory: ./demos
run: |
quarto add --no-prompt coatless-quarto/stanford
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit 536e1d6

Please sign in to comment.