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/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:

- name: Docusaurus .docusaurus folder cache
id: cache-docusaurus-cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .docusaurus
key: ${{ runner.os }}-docusaurus-cache

- name: Docusaurus build folder cache
id: cache-docusaurus-build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: build
key: ${{ runner.os }}-docusaurus-build
Expand Down