Skip to content

Commit

Permalink
fix: freeze target
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 14, 2024
1 parent ecc7f61 commit f1ee93e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
#- name: Install quarto extension
#run: quarto install --no-prompt extension schochastics/academicons
- name: Quarto render - to inspect rendering cache
run: quarto render . --use-freezer
run: quarto render ./posts/ --use-freezer

- name: Push Quarto render cache if diff detected
run: |
Expand Down
6 changes: 3 additions & 3 deletions about/blog/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ about:
text: Source code for this blog
href: https://github.com/YONGHUNI
target: _blank
- text: '![Quarto](./../../data/_quarto/icon/logo-quarto.png) Creating a Website with Quarto'
- text: '![Quarto](./../../data/_quarto/icon/logo-quarto.png) Creating a website with quarto'
href: https://quarto.org/docs/websites/
target: _blank
- text: '![Quarto](./../../data/_quarto/icon/logo-quarto.png) Quarto Official Website'
- text: '![Quarto](./../../data/_quarto/icon/logo-quarto.png) Quarto official website'
href: https://quarto.org/
target: _blank

Expand All @@ -30,5 +30,5 @@ about:
:::


<center> More Info will soon be updated! </center>
<center> More info will soon be updated! </center>

0 comments on commit f1ee93e

Please sign in to comment.