Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
# keyed on the cell list / fetch script so a change re-downloads. Lets the
# bake reuse the same cells across runs.
- name: Cache demo ENC cells
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: ${{ runner.temp }}/demo-cells
key: demo-cells-${{ hashFiles('scripts/fetch-demo-cells.sh', 'Makefile') }}

# Cache the S-52 PresLib "ECDIS Chart 1" source cells (the IHO draft zip is
# fetched once and extracted), keyed on the fetch script so a change re-pulls.
- name: Cache PresLib Chart 1 cells
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: ${{ runner.temp }}/preslib-cells
key: preslib-cells-${{ hashFiles('scripts/fetch-preslib-cells.sh') }}
Expand Down