Skip to content

Commit

Permalink
switches from artifacts to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjemmett committed Mar 13, 2024
1 parent d0efff5 commit 505071e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/rebuild_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3

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

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

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

0 comments on commit 505071e

Please sign in to comment.