Skip to content

Commit

Permalink
post(new): shinylive & quartolive
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 18, 2024
1 parent 093fc4d commit 2ec9ad9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,13 @@ jobs:
# export PATH="/usr/local/bin/:$PATH"
# echo $PATH

- name: install quarto dep
run: sudo quarto add quarto-ext/shinylive --no-prompt
#- name: Install quarto extension
#run: quarto install --no-prompt extension schochastics/academicons

- name: Quarto render - to inspect rendering cache
run: quarto render ./posts/ --use-freezer
run: sudo quarto render ./posts/ --use-freezer

- name: Push Quarto render cache if diff detected
run: |
Expand Down

0 comments on commit 2ec9ad9

Please sign in to comment.