Skip to content

Commit

Permalink
Merge pull request #111 from The-Strategy-Unit/freeze
Browse files Browse the repository at this point in the history
freeze quarto rendering
  • Loading branch information
tomjemmett authored Mar 13, 2024
2 parents 1c792d7 + cf482f8 commit d0efff5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rebuild_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/download-artifact@v4
with:
name: freeze
path: _freeze

- name: Install System Dependencies
run: |
sudo apt update
Expand Down Expand Up @@ -55,3 +60,8 @@ jobs:
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages

- uses: actions/upload-artifact@v4
with:
name: freeze
path: _freeze
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ site_libs/
*_files/
*.rmarkdown

*_cache/
*_cache/
*_freeze/
5 changes: 4 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ format:
dark:
- theme-dark.scss
- cosmo
toc: true
toc: true

execute:
freeze: true

0 comments on commit d0efff5

Please sign in to comment.