Skip to content

Commit

Permalink
Add caching to doc deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jun 28, 2024
1 parent 9e484fc commit dbfb6ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
- name: Update rust toolchains
run: rustup update

- name: Cache
uses: Swatinem/rust-cache@v2
with:
workspaces: |
.
- name: Invoke cargo doc
run: ./dev/docs
id: docgen
Expand Down

0 comments on commit dbfb6ea

Please sign in to comment.