Skip to content

Commit 32e4560

Browse files
Ignore scss file instead of removing it after render (#65)
1 parent f3f46f6 commit 32e4560

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
/_site/
88

99
**/*.quarto_ipynb
10+
11+
lmu-osc-custom.scss

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project:
33
type: website
44
pre-render: curl -O -L --insecure https://raw.githubusercontent.com/lmu-osc/branding-resources/refs/heads/main/lmu-osc-custom.scss
5-
post-render: rm lmu-osc-custom.scss
5+
# post-render: rm lmu-osc-custom.scss
66
# End Project
77

88

0 commit comments

Comments
 (0)