Skip to content

Commit f3db7bf

Browse files
committed
add production setting for post-render
1 parent 47ed131 commit f3db7bf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
with:
2323
target: gh-pages
2424
env:
25+
QUARTO_PROFILE: production
2526
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

_quarto-production.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
project:
2+
post-render: []

0 commit comments

Comments
 (0)